From f11aba0409610b3f6873006752579690225ca4be Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Mon, 22 Apr 2019 13:22:56 +0800 Subject: don't use area info Change-Id: I8c466c1d325574b6b4c351e80f3aa12c4e5d2c47 --- conf/hs-conf.json | 2 +- conf/lastmode.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') 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 -- cgit 1.2.3-korg