xref: /aosp_15_r20/prebuilts/sdk/35/system/api/framework-nfc-removed.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1*344a7f5eSAndroid Build Coastguard Worker// Signature format: 2.0
2*344a7f5eSAndroid Build Coastguard Workerpackage android.nfc {
3*344a7f5eSAndroid Build Coastguard Worker
4*344a7f5eSAndroid Build Coastguard Worker  public final class NfcAdapter {
5*344a7f5eSAndroid Build Coastguard Worker    method @RequiresPermission(android.Manifest.permission.WRITE_SECURE_SETTINGS) public boolean disableNdefPush();
6*344a7f5eSAndroid Build Coastguard Worker    method @RequiresPermission(android.Manifest.permission.WRITE_SECURE_SETTINGS) public boolean enableNdefPush();
7*344a7f5eSAndroid Build Coastguard Worker    method public void setNdefPushMessage(android.nfc.NdefMessage, android.app.Activity, int);
8*344a7f5eSAndroid Build Coastguard Worker    field public static final int FLAG_NDEF_PUSH_NO_CONFIRM = 1; // 0x1
9*344a7f5eSAndroid Build Coastguard Worker  }
10*344a7f5eSAndroid Build Coastguard Worker
11*344a7f5eSAndroid Build Coastguard Worker}
12*344a7f5eSAndroid Build Coastguard Worker
13