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-12 00:17:04 +0000 |
commit | 4329f35e9112f392f3a4e3c825bedf6bca136690 (patch) | |
tree | 63a83aab2b2e82c25e85682ec0e0802bfc78b242 /conf.d | |
parent | 0613280f679b359e8ce0e5aba42d4c3757775939 (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')
-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"> |