Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
7ed9aea803de92a7e409e03c170f9190b0793f0e
/
.
/
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
);
}