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_Nfc
Commits
ac91fe83
Commit
ac91fe83
authored
11 years ago
by
Martijn Coenen
Browse files
Options
Download
Email Patches
Plain Diff
Queue SELECT APDU in case a service was already bound.
Change-Id: I01bfe49d718767ae1087a58f310b683ffe7807d1
parent
89c89331
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/com/android/nfc/cardemulation/HostEmulationManager.java
src/com/android/nfc/cardemulation/HostEmulationManager.java
+1
-0
No files found.
src/com/android/nfc/cardemulation/HostEmulationManager.java
View file @
ac91fe83
...
...
@@ -194,6 +194,7 @@ public class HostEmulationManager {
mState
=
STATE_XFER
;
}
else
{
// Waiting for service to be bound
mSelectApdu
=
data
;
mState
=
STATE_W4_SERVICE
;
}
}
else
if
(
mActiveService
!=
null
)
{
...
...
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