diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2019-03-22 15:49:17 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2019-03-22 15:49:17 +0900 |
commit | 3570009a4073c5c1cc9a75dc93d68551bc34c48a (patch) | |
tree | 357bd12d8d068f878976e2bea7588862e2205627 /doc | |
parent | 464f20cc2a960052233c4e2cbc2bd7dd3876b7f7 (diff) |
Fix invalid markdown
Remove ** headlines.
Bug-AGL: SPEC-2018
Change-Id: I6d991c7965491b9918aad6cf3e96374972294605
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ApplicationGuide.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ApplicationGuide.md b/doc/ApplicationGuide.md index ae6ab0a..28b22b8 100644 --- a/doc/ApplicationGuide.md +++ b/doc/ApplicationGuide.md @@ -1,4 +1,4 @@ -# **Window Manager Application Guide** +# Window Manager Application Guide ## Table of content @@ -57,7 +57,7 @@ and projects before using Window manager. # Overview -Window Manager is the service process which provides **window management based on policy**. +Window Manager is the service process which provides window management based on policy. And implements a layout switching of applications on multiple layers and with different layer layouts. Window Manager is based on ivi layer management from GENIVI and AGL application framework. @@ -79,12 +79,12 @@ In this example, there are two mode for window management. The important points are: -- **Window transition should be done by Window Manager** +- Window transition should be done by Window Manager Window Manager switch application displayed on top layer by user operation(touch shortcut button). In this example, when an user touches `navigation` shortcut button, Window Manager displays `navigation` and hide `launcher`. Next, when an user touches `videoplayer` shortcut button, Window Manager divides a screen into two parts and display two applications. -- **There is a priority `role` for each application.** +- There is a priority `role` for each application. Window Manager realizes state transition change based on the policy which consists of `role`. According to the state transition table, it controls the visibility of application window, layout change, and so on. |