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:
pajacechen 2024-01-16 20:04:13 +08:00
parent 343328cf47
commit 824f1c1200

View file

@ -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">