diff options
author | Matt Porter <mporter@konsulko.com> | 2018-07-27 13:07:56 -0400 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2018-07-27 13:07:56 -0400 |
commit | db717523a6f9797312c94e756bac1b7b542e40ed (patch) | |
tree | 494726760bdf61f31b767216e5338bfbb06f5869 /package | |
parent | a8b94699ae7ec155729fcccda2be4f22328ca790 (diff) |
Convert StatusBarModel to get WiFi status info from network binding
The StatusBarModel updates icons using an exposed DBus API that
avoids the appfw. The new networking binding does not support the
out of band StatusBar DBus API. Use events from the network binding
(exposed as Qt properties) to update the WiFi status indicator.
Bug-AGL: SPEC-1628
Change-Id: Ie91f69c1d5d54d4fb225e4e99a1d5a94a0dc83e7
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml index 036b9ba..f6a040f 100644 --- a/package/config.xml +++ b/package/config.xml @@ -8,6 +8,7 @@ <license>APL 2.0</license> <feature name="urn:AGL:widget:required-api"> <param name="homescreen" value="ws" /> + <param name="network-manager" value="ws" /> <param name="weather" value="ws" /> <param name="windowmanager" value="ws" /> </feature> |