diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-01-03 01:41:36 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-01-03 01:50:47 -0500 |
commit | 8569d678e4f099b3f3296409244f0b230c09840e (patch) | |
tree | 509b6de46607af3e6f5ea0e525ba39344ba2b7c1 /package | |
parent | d5b8767eb46ebe1a4251561a3c496665d109ae43 (diff) |
Switch to libqtappfw and pause mediaplayer on playflounder_6.0.5flounder_6.0.4flounder/6.0.5flounder/6.0.46.0.56.0.4flounder
Having the radio application pause the mediaplayer was requested as
a demo behavior improvement. To facilitate doing so, pull in the
libqtappfw library to use its mediaplayer support. Additionally,
rework the application QML to use the new libqtappfw radio binding
support, in order to have playback state in the UI reflect the
binding state (e.g. handle the mediaplayer application stopping
playback via the binding).
Change-Id: I43e4a7e874487bef4a63b25db3d55dac646c516e
Signed-off-by: Scott Murray <scott.murray@konsulko.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 bc50257..77cbaa1 100644 --- a/package/config.xml +++ b/package/config.xml @@ -10,6 +10,7 @@ <param name="windowmanager" value="ws" /> <param name="homescreen" value="ws" /> <param name="radio" value="ws" /> + <param name="mediaplayer" value="ws" /> </feature> <feature name="urn:AGL:widget:required-permission"> <param name="urn:AGL:permission::public:no-htdocs" value="required" /> |