Add BLUETOOTH_CONNECT permission for SettingsIntelligence

Add BLUETOOTH_CONNECT permission for SettingsIntelligence, which is required for the battery widget feature to launch the detailed bluetooth settings page in the Settings

Test: build
Bug: 227265502
Change-Id: I166c0ed987b82428583243e52c343dda30a93ba4
This commit is contained in:
ykhung 2022-04-19 15:52:03 +08:00 committed by YK Hung
parent 45ea48cfc6
commit 675b52bdef

View file

@ -47,6 +47,8 @@
<!-- Location --> <!-- Location -->
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/> <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
<permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="false"/> <permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="false"/>
<!-- Battery Widget -->
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
</exception> </exception>
<exception package="com.google.android.apps.camera.services"> <exception package="com.google.android.apps.camera.services">