Merge "Revert "Show a dialog if bluetooth key is missing when reconnecting"" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
3605e23587
@@ -3234,19 +3234,6 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".bluetooth.BluetoothKeyMissingDialog"
|
||||
android:permission="android.permission.BLUETOOTH_PRIVILEGED"
|
||||
android:excludeFromRecents="true"
|
||||
android:windowSoftInputMode="stateVisible|adjustResize"
|
||||
android:theme="@style/Theme.AlertDialog"
|
||||
android:exported="false"
|
||||
android:taskAffinity=".bluetooth.BluetoothKeyMissingDialog">
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.bluetooth.device.action.KEY_MISSING" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".bluetooth.RequestPermissionActivity"
|
||||
android:excludeFromRecents="true"
|
||||
android:permission="android.permission.BLUETOOTH_CONNECT"
|
||||
@@ -3301,13 +3288,6 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<receiver android:name=".bluetooth.BluetoothKeyMissingReceiver"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.bluetooth.device.action.KEY_MISSING" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<receiver android:name=".bluetooth.BluetoothPermissionRequest"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.BLUETOOTH_CONNECT">
|
||||
|
||||
Reference in New Issue
Block a user