diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-12-19 15:30:09 +0100 |
---|---|---|
committer | Loïc Collignon [ IoT.bzh ] <loic.collignon@iot.bzh> | 2018-12-19 15:50:33 +0000 |
commit | 3229c695fc52e22e773cef89a835915c0bb6d90b (patch) | |
tree | 7b0b4ae96bf8dcedb4fa19c6669abc3944ecfa5b /package | |
parent | 4667d93a852d66a57a2d7d26957c3aab6845756e (diff) |
Bind the slider volume to the 4a active role
4a now expose an active role, which is the opened role with the higher
priority. This binds the slider to the active role.
Bug: 1313
Change-Id: I73766163fc0b8ef1e6b70e9c13e28d3642be858a
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'package')
-rw-r--r-- | package/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml index 32d19fd..a15baee 100644 --- a/package/config.xml +++ b/package/config.xml @@ -12,10 +12,12 @@ <param name="weather" value="ws" /> <param name="Bluetooth-Manager" value="ws" /> <param name="windowmanager" value="ws" /> + <param name="ahl-4a" value="ws" /> </feature> <feature name="urn:AGL:widget:required-permission"> <param name="urn:AGL:permission::public:no-htdocs" value="required" /> <param name="urn:AGL:permission::system:run-by-default" value="required" /> <param name="http://tizen.org/privilege/internal/dbus" value="required" /> + <param name="urn:AGL:permission::public:4a-audio-mixer" value="required" /> </feature> </widget> |