diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-11-30 19:31:03 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-11-30 19:37:13 -0500 |
commit | 494ce56f88fc377e703896723fdd80c26aa64550 (patch) | |
tree | 6eb139cd3f80dc936e35cc759b6b309e5043fa1e | |
parent | 633a991607b3903a56fe5716a58fdb93dccc7f90 (diff) |
Add new bluetooth permissionkoi_10.91.0koi/10.91.010.91.0
Add new bluetooth permission to config.xml.in to yield a dependency
on the systemd bluetooth.target target, this helps avoids some of the
races observed with BlueZ start up. Since BlueZ seems to start up
asynchronously, this change on its own does not fix all race issues,
but the additional constraint should make it easier to handle the
remaining issues that are seen.
Bug-AGL: SPEC-3509
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib47693addf818b58a3577d1dce9cd5dc872a3e80
-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 aa1f563..eba7297 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -9,6 +9,7 @@ <feature name="urn:AGL:widget:required-permission"> <param name="urn:AGL:permission::public:hidden" value="required" /> + <param name="urn:AGL:permission::public:bluetooth" value="required" /> <param name="urn:AGL:permission::public:no-htdocs" value="required" /> <param name="urn:AGL:permission::system:run-by-default" value="required" /> <param name="urn:AGL:permission::partner:scope-platform" value="required" /> |