diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-08-01 11:07:16 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-08-01 11:07:41 +0900 |
commit | 564c3c80884c0e9064a19e31655fd80f92eb594a (patch) | |
tree | acd0cd642475d97b850ce53a0e018fccd894c089 /package | |
parent | a8b94699ae7ec155729fcccda2be4f22328ca790 (diff) |
Change bluetooth status using agl-service-bluetooth
Use libqtappfw's bluetooth to connection with agl-service-bluetooth.
Instead of using dbus.
Change-Id: I87610e0037b586fe08db86325b03f767dbe36537
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.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..1403c8f 100644 --- a/package/config.xml +++ b/package/config.xml @@ -9,6 +9,7 @@ <feature name="urn:AGL:widget:required-api"> <param name="homescreen" value="ws" /> <param name="weather" value="ws" /> + <param name="Bluetooth-Manager" value="ws" /> <param name="windowmanager" value="ws" /> </feature> <feature name="urn:AGL:widget:required-permission"> |