Loading android/app/src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java +6 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,12 @@ public class BluetoothOppLauncherActivity extends Activity { return; } if (action == null) { Log.w(TAG, "action is null"); finish(); return; } if (action.equals(Intent.ACTION_SEND) || action.equals(Intent.ACTION_SEND_MULTIPLE)) { //Check if Bluetooth is available in the beginning instead of at the end if (!isBluetoothAllowed()) { Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java +6 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,12 @@ public class BluetoothOppLauncherActivity extends Activity { return; } if (action == null) { Log.w(TAG, "action is null"); finish(); return; } if (action.equals(Intent.ACTION_SEND) || action.equals(Intent.ACTION_SEND_MULTIPLE)) { //Check if Bluetooth is available in the beginning instead of at the end if (!isBluetoothAllowed()) { Loading