Make service hidden on homescreen 07/12007/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 16 Nov 2017 07:01:40 +0000 (02:01 -0500)
committerScott Murray <scott.murray@konsulko.com>
Thu, 16 Nov 2017 07:03:00 +0000 (02:03 -0500)
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>
conf.d/app-templates
conf.d/wgt/config.xml.in

index c881d86..8c2b059 160000 (submodule)
@@ -1 +1 @@
-Subproject commit c881d86fc8852a2b2215856d3503aba192c0f4ee
+Subproject commit 8c2b05967a3237e624a2cc78e13fcd1c5e72991c
index 48a839a..3ad4554 100644 (file)
@@ -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>