Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_base
/
a17154f1d134e5a84d334104ed5aebbca91b34c4
/
.
/
nfc
/
java
/
android
/
nfc
/
INfcUnlockHandler.aidl
blob: e1cace987dc3f4266ceaecc631a698a3623ba1a4 [
file
] [
log
] [
blame
]
package
android
.
nfc
;
import
android
.
nfc
.
Tag
;
/**
* @hide
*/
interface
INfcUnlockHandler
{
boolean
onUnlockAttempted
(
in
Tag
tag
);
}