aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-05-05 08:56:38 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-05-09 16:02:11 +0800
commitfa01549aba442decaf7c6d5b655da2d15d1a32ed (patch)
treee1ca57568550540743304560cf57dfa55871ed60 /conf
parent868898485c76ad5b0140e6528ba04c08878ea3ce (diff)
start launcher and lastmode after homescreen started
Change-Id: I7f6c6d74d5d5c1686dc216bcff3175281b3c1494
Diffstat (limited to 'conf')
-rw-r--r--conf/hs-conf.json6
-rw-r--r--conf/lastmode.json9
2 files changed, 7 insertions, 8 deletions
diff --git a/conf/hs-conf.json b/conf/hs-conf.json
index 35aabf3..0c01ebd 100644
--- a/conf/hs-conf.json
+++ b/conf/hs-conf.json
@@ -11,7 +11,8 @@
},
{
"appid": "launcher",
- "visibility": "invisible"
+ "visibility": "invisible",
+ "after": "homescreen"
},
{
"appid": "onscreenapp",
@@ -25,7 +26,8 @@
"default-lastmode": [
{
"appid": "launcher",
- "visibility": "visible"
+ "visibility": "visible",
+ "after": "homescreen"
}
],
"normal-apps": [
diff --git a/conf/lastmode.json b/conf/lastmode.json
index 12387ad..3d57f46 100644
--- a/conf/lastmode.json
+++ b/conf/lastmode.json
@@ -1,10 +1,7 @@
[
{
- "appid": "navigation",
- "visibility": "visible"
- },
- {
- "appid": "video",
- "visibility": "visible"
+ "appid": "phone",
+ "visibility": "visible",
+ "after": "homescreen"
}
] \ No newline at end of file