Fix build: update current.txt

Change-Id: Ic28314e98784ebe513bd2191d3fa6c9bd5674422
This commit is contained in:
Nick Pelly
2012-01-27 10:34:18 -08:00
parent 1f5badc1cb
commit 21c136a4ec

View File

@@ -12621,7 +12621,7 @@ package android.nfc {
ctor public NdefMessage(android.nfc.NdefRecord, android.nfc.NdefRecord...);
ctor public NdefMessage(android.nfc.NdefRecord[]);
method public int describeContents();
method public int getByteLength();
method public int getByteArrayLength();
method public android.nfc.NdefRecord[] getRecords();
method public byte[] toByteArray();
method public void writeToParcel(android.os.Parcel, int);