Commit acc04ecb authored by Martijn Coenen's avatar Martijn Coenen Committed by Android (Google) Code Review
Browse files

Merge "Fix variable initialization." into jb-dev

parents 4bfe5662 a1f935d1
......@@ -68,7 +68,7 @@ public class BluetoothOppLauncherActivity extends Activity {
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)) {
/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment