Searched refs:allowIntent (Results 1 – 1 of 1) sorted by relevance
55 … Intent allowIntent = new Intent(BluetoothPeripheralHandover.ACTION_ALLOW_CONNECT); in onCreate() local56 allowIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, mDevice); in onCreate()57 allowIntent.setPackage("com.android.nfc"); in onCreate()58 sendBroadcast(allowIntent); in onCreate()