Merge "Dismiss notification shade when pairing dialog shown." into main

This commit is contained in:
Haijie Hong
2024-04-01 09:08:31 +00:00
committed by Android (Google) Code Review

View File

@@ -105,6 +105,8 @@ public class BluetoothPairingDialog extends FragmentActivity {
registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_PAIRING_CANCEL));
registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED));
mReceiverRegistered = true;
closeSystemDialogs();
}
@Override