Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Bluetooth
Commits
acc04ecb
Commit
acc04ecb
authored
12 years ago
by
Martijn Coenen
Committed by
Android (Google) Code Review
12 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix variable initialization." into jb-dev
parents
4bfe5662
a1f935d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java
...m/android/bluetooth/opp/BluetoothOppLauncherActivity.java
+1
-1
No files found.
src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java
View file @
acc04ecb
...
...
@@ -68,7 +68,7 @@ public class BluetoothOppLauncherActivity extends Activity {
Intent
intent
=
getIntent
();
String
action
=
intent
.
getAction
();
BluetoothDevice
device
=
null
;
boolean
isHandover
=
tru
e
;
boolean
isHandover
=
fals
e
;
if
(
action
.
equals
(
Intent
.
ACTION_SEND
)
||
action
.
equals
(
Intent
.
ACTION_SEND_MULTIPLE
))
{
/*
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment