summaryrefslogtreecommitdiffstats
path: root/nci/src/com/android
diff options
context:
space:
mode:
authorPaul Chaisson <pchaisson@broadcom.com>2012-09-30 09:50:36 -0400
committerMartijn Coenen <maco@google.com>2012-09-30 09:54:41 -0700
commit43727fbb7cc3b799a46c3d6ddeff24dd83081449 (patch)
treef02cd8316302c100a5e28a4180711f1dfe7d9d73 /nci/src/com/android
parenta80bb9a5333d4f4f749778f3a7b13b8c7ae58c6f (diff)
downloadpackages_apps_nfc-43727fbb7cc3b799a46c3d6ddeff24dd83081449.zip
packages_apps_nfc-43727fbb7cc3b799a46c3d6ddeff24dd83081449.tar.gz
packages_apps_nfc-43727fbb7cc3b799a46c3d6ddeff24dd83081449.tar.bz2
Power up the NFCC when DH wants to talk to the SE.
We need to allow usecases were the DH wants to talk to the SE even if the screen is off. Bug: 7257431 Change-Id: Iad66ef29757985b7aab5f0748fbf7589b3777bc3
Diffstat (limited to 'nci/src/com/android')
-rwxr-xr-xnci/src/com/android/nfc/dhimpl/NativeNfcManager.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/nci/src/com/android/nfc/dhimpl/NativeNfcManager.java b/nci/src/com/android/nfc/dhimpl/NativeNfcManager.java
index 8e53ad1..921e266 100755
--- a/nci/src/com/android/nfc/dhimpl/NativeNfcManager.java
+++ b/nci/src/com/android/nfc/dhimpl/NativeNfcManager.java
@@ -57,8 +57,6 @@ public class NativeNfcManager implements DeviceHost {
mContext = context;
}
- public static native boolean doSetScreenState(boolean state);
-
public native boolean initializeNativeStructure();
private native boolean doDownload();