aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-13 16:21:46 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-13 16:21:46 +0800
commit54c9e53f5f9cfbc9f8cf1ea4af9b81447c3a9ffc (patch)
tree4f688e3883c0d13f70b664f4c8d5b64bbb22a1ce /conf
parentdcc9db092ca49608bbd5d0800221b5ec6f55c318 (diff)
add hs-config
Change-Id: Id007f025ad647faf502c1bee6f5de8de4298df7e
Diffstat (limited to 'conf')
-rw-r--r--conf/hs-conf.json58
1 files changed, 31 insertions, 27 deletions
diff --git a/conf/hs-conf.json b/conf/hs-conf.json
index 84a8386..e50ad8a 100644
--- a/conf/hs-conf.json
+++ b/conf/hs-conf.json
@@ -3,32 +3,36 @@
"times": 20000,
"sleep": 50
},
- "hs-apps": [
- {
- "appid": "homescreen",
- "visibility": "visible"
- },
- {
- "appid": "launcher",
- "visibility": "invisible"
- },
- {
- "appid": "onscreenapp",
- "visibility": "invisible"
- },
- {
- "appid": "restriction",
- "visibility": "invisible"
- }
- ],
- "default-lastmode": [
- {
- "appid": "launcher",
- "area": "normal.full"
- }
- ],
- "normal-apps": {
- "appid": "warehouse",
- "visibility": "invisible"
+ "recover" {
+ "hs-apps": [
+ {
+ "appid": "homescreen",
+ "visibility": "visible"
+ },
+ {
+ "appid": "launcher",
+ "visibility": "invisible"
+ },
+ {
+ "appid": "onscreenapp",
+ "visibility": "invisible"
+ },
+ {
+ "appid": "restriction",
+ "visibility": "invisible"
+ }
+ ],
+ "default-lastmode": [
+ {
+ "appid": "launcher",
+ "area": "normal.full"
+ }
+ ],
+ "normal-apps": [
+ {
+ "appid": "warehouse",
+ "visibility": "invisible"
+ }
+ ]
}
} \ No newline at end of file