Fix battery widget cannot show bluetooth device issue
Root cause: The permission "android.permission.BLUETOOTH_CONNECT" is missed for settingsintelligence on zumapro Solution: pre-grant the permission "android.permission.BLUETOOTH_CONNECT" for settingsintelligence on zumapro Fix: 320409645 Test: Manual Test Flag: NA Change-Id: I104a0e9a7e30fc1e530ee0e9baaab3972d6a992b
This commit is contained in:
parent
343328cf47
commit
824f1c1200
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
<!-- Location -->
|
||||
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
|
||||
<permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="false"/>
|
||||
<!-- Battery Widget -->
|
||||
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
|
||||
</exception>
|
||||
|
||||
<exception package="com.google.android.apps.camera.services">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue