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