Loading android/app/src/com/android/bluetooth/opp/BluetoothOppService.java +3 −1 Original line number Diff line number Diff line Loading @@ -702,7 +702,9 @@ public class BluetoothOppService extends Service { info.mVisibility = newVisibility; if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING && newConfirm != BluetoothShare.USER_CONFIRMATION_PENDING) { && (newConfirm == BluetoothShare.USER_CONFIRMATION_CONFIRMED || newConfirm == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED || newConfirm == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED)) { confirmed = true; } info.mConfirm = cursor.getInt(cursor Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppService.java +3 −1 Original line number Diff line number Diff line Loading @@ -702,7 +702,9 @@ public class BluetoothOppService extends Service { info.mVisibility = newVisibility; if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING && newConfirm != BluetoothShare.USER_CONFIRMATION_PENDING) { && (newConfirm == BluetoothShare.USER_CONFIRMATION_CONFIRMED || newConfirm == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED || newConfirm == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED)) { confirmed = true; } info.mConfirm = cursor.getInt(cursor Loading