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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user