From 21c136a4ec91392ffc783c2a76b2a49252eb4de3 Mon Sep 17 00:00:00 2001 From: Nick Pelly Date: Fri, 27 Jan 2012 10:34:18 -0800 Subject: [PATCH] Fix build: update current.txt Change-Id: Ic28314e98784ebe513bd2191d3fa6c9bd5674422 --- api/current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/current.txt b/api/current.txt index 430915482a034..97290ce01c82a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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);