diff --git a/api/current.txt b/api/current.txt index a126699b4f271..baadf5d865f2b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -30888,6 +30888,7 @@ package android.telephony { method public int getEvdoSnr(); method public int getGsmBitErrorRate(); method public int getGsmSignalStrength(); + method public int getLevel(); method public boolean isGsm(); method public void writeToParcel(android.os.Parcel, int); } diff --git a/api/system-current.txt b/api/system-current.txt index e149048eaa823..d3be68b366213 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -33041,6 +33041,7 @@ package android.telephony { method public int getEvdoSnr(); method public int getGsmBitErrorRate(); method public int getGsmSignalStrength(); + method public int getLevel(); method public boolean isGsm(); method public void writeToParcel(android.os.Parcel, int); }