File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ interface INfcTag
2929 int connect (int nativeHandle , int technology );
3030 int reconnect (int nativeHandle );
3131 int [] getTechList (int nativeHandle );
32- byte [] getUid (int nativeHandle );
3332 boolean isNdef (int nativeHandle );
3433 boolean isPresent (int nativeHandle );
3534 TransceiveResult transceive (int nativeHandle , in byte [] data , boolean raw );
Original file line number Diff line number Diff line change @@ -256,6 +256,8 @@ public boolean isWritable() {
256256 * not be called from the main application thread. A blocked call will be canceled with
257257 * {@link IOException} if {@link #close} is called from another thread.
258258 *
259+ * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission.
260+ *
259261 * @return the NDEF Message, can be null
260262 * @throws TagLostException if the tag leaves the field
261263 * @throws IOException if there is an I/O failure, or the operation is canceled
You can’t perform that action at this time.
0 commit comments