Loading core/java/android/nfc/technology/Ndef.java +1 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,7 @@ public final class Ndef extends BasicTagTechnology { return null; } } /** * Overwrite the primary NDEF message * @throws IOException Loading core/java/android/nfc/technology/NdefFormatable.java +0 −10 Original line number Diff line number Diff line Loading @@ -44,16 +44,6 @@ public final class NdefFormatable extends BasicTagTechnology { super(adapter, tag, tech); } /** * Returns whether a tag can be formatted with {@link * NdefFormatable#format(NdefMessage)} */ public boolean canBeFormatted() throws IOException { checkConnected(); throw new UnsupportedOperationException(); } /** * Formats a tag as NDEF, if possible. You may supply a first * NdefMessage to be written on the tag. Loading Loading
core/java/android/nfc/technology/Ndef.java +1 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,7 @@ public final class Ndef extends BasicTagTechnology { return null; } } /** * Overwrite the primary NDEF message * @throws IOException Loading
core/java/android/nfc/technology/NdefFormatable.java +0 −10 Original line number Diff line number Diff line Loading @@ -44,16 +44,6 @@ public final class NdefFormatable extends BasicTagTechnology { super(adapter, tag, tech); } /** * Returns whether a tag can be formatted with {@link * NdefFormatable#format(NdefMessage)} */ public boolean canBeFormatted() throws IOException { checkConnected(); throw new UnsupportedOperationException(); } /** * Formats a tag as NDEF, if possible. You may supply a first * NdefMessage to be written on the tag. Loading