Loading core/java/android/nfc/Tag.java +8 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,14 @@ public final class Tag implements Parcelable { return mServiceHandle; } /** * For use by NfcService only. * @hide */ public int[] getTechCodeList() { return mTechList; } /** * Get the Tag Identifier (if it has one). * <p>The tag identifier is a low level serial number, used for anti-collision Loading Loading
core/java/android/nfc/Tag.java +8 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,14 @@ public final class Tag implements Parcelable { return mServiceHandle; } /** * For use by NfcService only. * @hide */ public int[] getTechCodeList() { return mTechList; } /** * Get the Tag Identifier (if it has one). * <p>The tag identifier is a low level serial number, used for anti-collision Loading