diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-07-04 07:13:30 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-07-04 07:14:41 -0400 |
commit | 83543cbdc814c5c4cfaf3be5b9772e228ba6c6ec (patch) | |
tree | 3b983785f75decf2258f638fc0173ec22b09c2b2 /conf.d/wgt | |
parent | b79d0efc90f30918d64024bc0807c023e44c5325 (diff) |
Add new audio permissionhalibut_8.0.0halibut_7.99.3halibut/8.0.0halibut/7.99.38.0.07.99.3
Add new audio permission to the widget config.xml.in so the service can
access audio devices.
Bug-AGL: SPEC-2591
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I7c50ed638cd2344765b76e74c76d8355fe753d57
Diffstat (limited to 'conf.d/wgt')
-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 0f57da2..1650249 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -8,6 +8,7 @@ <license>APL 2.0</license> <feature name="urn:AGL:widget:required-permission"> <param name="urn:AGL:permission::partner:scope-platform" value="required" /> + <param name="urn:AGL:permission::public:audio" value="required" /> <param name="urn:AGL:permission::public:hidden" value="required" /> <param name="urn:AGL:permission::system:run-by-default" value="required" /> </feature> |