aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-22 13:22:56 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-22 13:22:56 +0800
commitf11aba0409610b3f6873006752579690225ca4be (patch)
tree5f193a5e4472ced34d4c2ef2f658f8dd920d06c7 /conf
parentf16e0728c0c9806d9a7c3766028428ed73b5a8cf (diff)
don't use area info
Change-Id: I8c466c1d325574b6b4c351e80f3aa12c4e5d2c47
Diffstat (limited to 'conf')
-rw-r--r--conf/hs-conf.json2
-rw-r--r--conf/lastmode.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/hs-conf.json b/conf/hs-conf.json
index 9a7d934..35aabf3 100644
--- a/conf/hs-conf.json
+++ b/conf/hs-conf.json
@@ -25,7 +25,7 @@
"default-lastmode": [
{
"appid": "launcher",
- "area": "normal.full"
+ "visibility": "visible"
}
],
"normal-apps": [
diff --git a/conf/lastmode.json b/conf/lastmode.json
index fbae6e9..12387ad 100644
--- a/conf/lastmode.json
+++ b/conf/lastmode.json
@@ -1,10 +1,10 @@
[
{
"appid": "navigation",
- "area": "split.main"
+ "visibility": "visible"
},
{
"appid": "video",
- "area": "split.sub"
+ "visibility": "visible"
}
] \ No newline at end of file