Roshan Pius | 354b10b | 2023-11-14 14:30:26 -0800 | [diff] [blame] | 1 | // Signature format: 2.0 |
Roshan Pius | b5ff8cf | 2023-11-13 14:29:09 -0800 | [diff] [blame] | 2 | package android.nfc { |
| 3 | |
| 4 | public final class NfcAdapter { |
| 5 | method @RequiresPermission(android.Manifest.permission.WRITE_SECURE_SETTINGS) public boolean disableNdefPush(); |
| 6 | method @RequiresPermission(android.Manifest.permission.WRITE_SECURE_SETTINGS) public boolean enableNdefPush(); |
| 7 | method public void setNdefPushMessage(android.nfc.NdefMessage, android.app.Activity, int); |
| 8 | field public static final int FLAG_NDEF_PUSH_NO_CONFIRM = 1; // 0x1 |
| 9 | } |
| 10 | |
| 11 | } |
| 12 | |