Loading android/app/src/com/android/bluetooth/opp/BluetoothOppHandoverReceiver.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -32,7 +32,8 @@ public class BluetoothOppHandoverReceiver extends BroadcastReceiver { @Override @Override public void onReceive(Context context, Intent intent) { public void onReceive(Context context, Intent intent) { String action = intent.getAction(); String action = intent.getAction(); if (D) Log.d(TAG, "Action :" + action); if (action == null) return; if (action.equals(Constants.ACTION_HANDOVER_SEND) || action.equals( if (action.equals(Constants.ACTION_HANDOVER_SEND) || action.equals( Constants.ACTION_HANDOVER_SEND_MULTIPLE)) { Constants.ACTION_HANDOVER_SEND_MULTIPLE)) { final BluetoothDevice device = final BluetoothDevice device = Loading android/app/src/com/android/bluetooth/opp/BluetoothOppReceiver.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -58,7 +58,8 @@ public class BluetoothOppReceiver extends BroadcastReceiver { @Override @Override public void onReceive(Context context, Intent intent) { public void onReceive(Context context, Intent intent) { String action = intent.getAction(); String action = intent.getAction(); if (D) Log.d(TAG, " action :" + action); if (action == null) return; if (action.equals(BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) { if (action.equals(BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) { BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(context); BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(context); Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppHandoverReceiver.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -32,7 +32,8 @@ public class BluetoothOppHandoverReceiver extends BroadcastReceiver { @Override @Override public void onReceive(Context context, Intent intent) { public void onReceive(Context context, Intent intent) { String action = intent.getAction(); String action = intent.getAction(); if (D) Log.d(TAG, "Action :" + action); if (action == null) return; if (action.equals(Constants.ACTION_HANDOVER_SEND) || action.equals( if (action.equals(Constants.ACTION_HANDOVER_SEND) || action.equals( Constants.ACTION_HANDOVER_SEND_MULTIPLE)) { Constants.ACTION_HANDOVER_SEND_MULTIPLE)) { final BluetoothDevice device = final BluetoothDevice device = Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppReceiver.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -58,7 +58,8 @@ public class BluetoothOppReceiver extends BroadcastReceiver { @Override @Override public void onReceive(Context context, Intent intent) { public void onReceive(Context context, Intent intent) { String action = intent.getAction(); String action = intent.getAction(); if (D) Log.d(TAG, " action :" + action); if (action == null) return; if (action.equals(BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) { if (action.equals(BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) { BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(context); BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(context); Loading