Merge "Fix variable initialization." into jb-dev
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)) {
             /*