Sign in
android
/
platform
/
frameworks
/
base
/
a032a689a3df9fa2b5b9e9fad248c467f18d5337
/
.
/
core
/
java
/
android
/
nfc
/
INfcUnlockHandler.aidl
blob: e1cace987dc3f4266ceaecc631a698a3623ba1a4 [
file
]
package
android
.
nfc
;
import
android
.
nfc
.
Tag
;
/**
* @hide
*/
interface
INfcUnlockHandler
{
boolean
onUnlockAttempted
(
in
Tag
tag
);
}