diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-09 18:40:26 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-29 22:56:25 -0800 |
commit | a96d4695e4cca3f0590ddcf4c8346fcc38236a56 (patch) | |
tree | 6f8456630b39140bc7a59937ebb4b10e461469a4 /conf.d | |
parent | cf9ca2650ac61ac9ebb4441007e6337c32eaf03f (diff) |
binding: telephony: remove bluetooth dependency
By subscribing to org.ofono.Modem PropertyChanged events it can be
detected when a handsfree profile device is connected. In turn the
bluetooth service access is no longer needed.
Bug-AGL: SPEC-2117
Change-Id: Iae92c66962ac88e07d58d75e566ae31e7128c831
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/wgt/config.xml.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 1c8b8f2..ffddb80 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -17,10 +17,6 @@ <param name="telephony" value="ws" /> </feature> - <feature name="urn:AGL:widget:required-api"> - <param name="Bluetooth-Manager" value="ws" /> - </feature> - <feature name="urn:AGL:widget:required-binding"> <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> |