diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-01-02 12:59:28 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-01-18 17:15:17 +0000 |
commit | b6a39411cd950ea929add703d1bb49955b1e8b00 (patch) | |
tree | 8f6da0fe6817ddf3e0a45071270e27148059b629 /conf.d/wgt/config.xml.in | |
parent | 6faef2305955b025c3cf1cfaf17a6aa073727c24 (diff) |
Run by default with system low-can service
Change-Id: I0f72898d764e2c3e50998e62cfa2a16ead02b74b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/wgt/config.xml.in')
-rw-r--r-- | conf.d/wgt/config.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index d54639e6..c1e1ffdb 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -8,7 +8,7 @@ <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> |