Merge "Adding accessor for integer tech codes to Tag"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2ab25f1525
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user