aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2017-11-16 02:01:40 -0500
committerScott Murray <scott.murray@konsulko.com>2017-11-16 02:03:00 -0500
commit4d053bad9635c21d7f34f05fb57f654a007b2055 (patch)
tree2bf68d1b8421e8be071bb7c1267fc9241458c4eb
parent6521131342fa9deb475c20a4ebd433be80d881dd (diff)
Make service hidden on homescreen
Add hidden permission to config.xml.in and update app-templates submodule to pick up fix for finding local config.xml.in so it will take effect. Change-Id: I9a3bf8351d53ab0189da1ac17d7855071811d40f Signed-off-by: Scott Murray <scott.murray@konsulko.com>
m---------conf.d/app-templates0
-rw-r--r--conf.d/wgt/config.xml.in3
2 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject c881d86fc8852a2b2215856d3503aba192c0f4e
+Subproject 8c2b05967a3237e624a2cc78e13fcd1c5e72991
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 48a839a..3ad4554 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -6,6 +6,9 @@
<description>@PROJECT_DESCRIPTION@</description>
<author>@PROJECT_AUTHOR@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</author>
<license>APL 2.0</license>
+ <feature name="urn:AGL:widget:required-permission">
+ <param name="urn:AGL:permission::public:hidden" value="required" />
+ </feature>
<feature name="urn:AGL:widget:provided-api">
<param name="unicens" value="ws" />
</feature>