Home
last modified time | relevance | path

Searched refs:allowIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DConfirmConnectActivity.java55 … Intent allowIntent = new Intent(BluetoothPeripheralHandover.ACTION_ALLOW_CONNECT); in onCreate() local
56 allowIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice); in onCreate()
57 allowIntent.setPackage("com.android.nfc"); in onCreate()
58 sendBroadcast(allowIntent); in onCreate()