diff options
Diffstat (limited to 'src/com/android/nfc/NfcService.java')
-rwxr-xr-x | src/com/android/nfc/NfcService.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/android/nfc/NfcService.java b/src/com/android/nfc/NfcService.java index c7b0bba..caa2db0 100755 --- a/src/com/android/nfc/NfcService.java +++ b/src/com/android/nfc/NfcService.java @@ -659,6 +659,13 @@ public class NfcService implements DeviceHostListener { return; } + + // TODO: remove this hack + try { + Thread.sleep(1000); + } catch (InterruptedException e) { + } + try { mEeWakeLock.acquire(); try { |