diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-12-05 17:45:34 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-12-05 17:45:34 +0100 |
commit | 845130664cf44fd9fe286c2fbfdac306ef09ccd4 (patch) | |
tree | 0c8095d9c7aff8036451faa064bd93e5d8d3e6cb | |
parent | 6857070f7800d50e440e91ef98cc88fdf0e6ff79 (diff) |
Fix 4a ahl when using unicens service
Bug-AGL: SPEC-1151
Change-Id: Ie3fd7aa237d843b77426649db191eb1fc844a7fc
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | conf.d/wgt/config.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 53eb8b0..08a64d5 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -18,6 +18,7 @@ </feature> <feature name="urn:AGL:widget:required-api"> + <param name="unicens" value="ws" /> <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> |