diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-12-11 23:06:18 +0000 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-12-11 23:15:40 +0000 |
commit | 76169c061b7ceabdf6f67dcc700d53ae8f02c821 (patch) | |
tree | 2221fa43abcd512e304c39af5e133eaea4c0d1c9 /conf.d/wgt/config.xml.in | |
parent | 0a43c4a922f09c2a485d9f1497a9a9b20a42b020 (diff) |
Initial steering wheel event support
Add initial basic support for next/previous events from signal composer,
mapping them to track forward/back. More work will be required to handle
the issues around both mediaplayer and radio both being running and
differentiating which should handle the events.
Bug-AGL: SPEC-3047
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I789181e1921aa55f4a9ec84deffe3f27560289c3
Diffstat (limited to 'conf.d/wgt/config.xml.in')
-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 d960614..ea47f53 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -22,6 +22,7 @@ <feature name="urn:AGL:widget:required-api"> <param name="mediascanner" value="ws" /> <param name="Bluetooth-Manager" value="ws" /> + <param name="signal-composer" value="ws" /> </feature> <feature name="urn:AGL:widget:required-binding"> |