blob: e1cace987dc3f4266ceaecc631a698a3623ba1a4 [file] [log] [blame]
package android.nfc;
import android.nfc.Tag;
/**
* @hide
*/
interface INfcUnlockHandler {
boolean onUnlockAttempted(in Tag tag);
}