am acc04ecb: Merge "Fix variable initialization." into jb-dev
* commit 'acc04ecbd174b07d580248aaf6640c3d2b42ca49':
Fix variable initialization.
diff --git a/src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java b/src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java
index 55ba463..7112cbb 100644
--- a/src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java
+++ b/src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java
@@ -68,7 +68,7 @@
Intent intent = getIntent();
String action = intent.getAction();
BluetoothDevice device = null;
- boolean isHandover = true;
+ boolean isHandover = false;
if (action.equals(Intent.ACTION_SEND) || action.equals(Intent.ACTION_SEND_MULTIPLE)) {
/*