Use com.android.bluetooth as the BT stack APK
Test: TH Bug: 236187653, 236192423 Change-Id: Ia86d195780a4994607b5533420cb72bd458d4f9a
This commit is contained in:
@@ -126,7 +126,7 @@ public final class BluetoothPermissionRequest extends BroadcastReceiver {
|
||||
// "Clear All Notifications" button
|
||||
|
||||
Intent deleteIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY);
|
||||
deleteIntent.setPackage("com.android.bluetooth.services");
|
||||
deleteIntent.setPackage("com.android.bluetooth");
|
||||
deleteIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice);
|
||||
deleteIntent.putExtra(BluetoothDevice.EXTRA_CONNECTION_ACCESS_RESULT,
|
||||
BluetoothDevice.CONNECTION_ACCESS_NO);
|
||||
|
Reference in New Issue
Block a user