From: zheng_wenlong Date: Thu, 30 May 2019 09:03:40 +0000 (+0900) Subject: change hs-config for horizontal X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=cb5e8d4ba48bf7bb92c9edb7b6530bd4fbd64f7f;p=apps%2Fagl-service-homescreen.git change hs-config for horizontal --- diff --git a/conf/hs-conf.json b/conf/hs-conf.json index 79087fb..bae9a20 100644 --- a/conf/hs-conf.json +++ b/conf/hs-conf.json @@ -13,15 +13,19 @@ "appid": "launcher", "visibility": "visible", "after": "homescreen" - }, - { - "appid": "restriction", - "visibility": "invisible" } ], "default-lastmode": [ ], "normal-apps": [ + { + "appid": "tachometer", + "visibility": "invisible" + }, + { + "appid": "receiver", + "visibility": "visible" + } ] } -} \ No newline at end of file +}