Add PairNewBluetoothReceiver to launch Bluetooth pairing page am: 6afe358556

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13115227

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0bce385da81472db27ebe07634e0ad9f0507e47f
This commit is contained in:
timhypeng
2020-12-08 06:28:46 +00:00
committed by Automerger Merge Worker
2 changed files with 55 additions and 0 deletions

View File

@@ -3409,6 +3409,15 @@
android:value="com.android.settings.sound.MediaControlsSettings" />
</activity>
<receiver
android:name=".media.BluetoothPairingReceiver"
android:exported="true"
android:permission="android.permission.BLUETOOTH_ADMIN">
<intent-filter>
<action android:name="com.android.settings.action.LAUNCH_BLUETOOTH_PAIRING"/>
</intent-filter>/>
</receiver>
<!-- This is the longest AndroidManifest.xml ever. -->
</application>
</manifest>