diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-11-14 20:09:46 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-11-14 20:09:46 +0900 |
commit | 2d836ec00a71949f1e582cad6faefce21acbe7d7 (patch) | |
tree | 03e1c67da7a1e1b497cc190dc2b6608f3a8f23d6 /package | |
parent | cbfecfc4cb26e92602d77674d64115529bbc9685 (diff) |
Improve window manager
* Make sure there is no difference
from the main line's line as much as possible
* Fix timing issue of launcher and homescreen
Change-Id: I39da579d62927278c308d56d53eed005b4284715
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'package')
-rw-r--r-- | package/root/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/root/config.xml b/package/root/config.xml index e297b28..e11ef63 100644 --- a/package/root/config.xml +++ b/package/root/config.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="windowmanager-service-2017" version="0.1"> - <name>windowmanager-service-2017</name> +<widget xmlns="http://www.w3.org/ns/widgets" id="windowmanager-service" version="0.1"> + <name>windowmanager-service</name> <content src="config.xml" type="application/vnd.agl.service"/> <description>Window Manager</description> <author>TOYOTA</author> |