diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-18 09:26:49 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-18 09:26:49 +0100 |
commit | 18a998ed78f25fc7e4c5ffeef12a2fe9181961cb (patch) | |
tree | 133968cc6843c0fb1e8e4fbdd91e7ee5851aecf9 /conf.d | |
parent | 99914a58a2d5b2638e2c1fdac5ca74a2d247e6fa (diff) |
platform-info does show-up as icon in the launcher
The agl-service-platform-info icon shows up in the launcher and it should not
Bug-AGL: SPEC-2063
Change-Id: Ic2b5bdc063bb9397af0498e99014c16043227060
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/wgt/config.xml.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 9cd3c30..58f0ee2 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -6,6 +6,13 @@ <description>@PROJECT_DESCRIPTION@</description> <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> <license>@PROJECT_LICENSE@</license> + + <feature name="urn:AGL:widget:required-permission"> + <param name="urn:AGL:permission::public:hidden" value="required" /> + <param name="urn:AGL:permission::system:run-by-default" value="required" /> + <param name="urn:AGL:permission::public:no-htdocs" value="required" /> + </feature> + <feature name="urn:AGL:widget:provided-api"> <param name="platform-info" value="ws" /> </feature> |