[Scone] add BLUETOOTH_CONNECT to SCONE default permission

MBA Approval: b/330640278
Bug: b/343608940
Test: Build and Flash

Change-Id: I93c68928990985244993b0d66edcfc4e05a669be
This commit is contained in:
jiangzining 2024-05-30 15:20:22 +08:00
parent 46992eb2f2
commit ed630d88aa

View file

@ -75,6 +75,8 @@
<permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/> <permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/>
<!-- Notifications --> <!-- Notifications -->
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/> <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
<!-- Used by Bluetooth Module to collect bluetooth info -->
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
</exception> </exception>
<exception package="com.google.android.apps.setupwizard.searchselector"> <exception package="com.google.android.apps.setupwizard.searchselector">