diff options
author | Hall Liu <hallliu@google.com> | 2020-10-23 19:15:22 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-10-23 19:15:22 +0000 |
commit | c5d02da0f6553a00da6b0d833b67d3bbe87341e0 (patch) | |
tree | ac42a982daa3be572bb662f400f01640948348f2 /api | |
parent | b7dc979577f538207f43cbbc65a821386b7fc0d9 (diff) | |
parent | adfc80c4d5f0cb514c34e519032c4e61e4d90ad9 (diff) |
Merge "Update PhoneStateListener#onOutgoingEmergencySms"
Diffstat (limited to 'api')
-rwxr-xr-x | api/system-current.txt | 3 | ||||
-rw-r--r-- | api/test-current.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 68a4f340fb20..483a48a1ec52 100755 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -10828,7 +10828,8 @@ package android.telephony { method public void onCallAttributesChanged(@NonNull android.telephony.CallAttributes); method @Deprecated public void onOutgoingEmergencyCall(@NonNull android.telephony.emergency.EmergencyNumber); method public void onOutgoingEmergencyCall(@NonNull android.telephony.emergency.EmergencyNumber, int); - method public void onOutgoingEmergencySms(@NonNull android.telephony.emergency.EmergencyNumber); + method @Deprecated public void onOutgoingEmergencySms(@NonNull android.telephony.emergency.EmergencyNumber); + method public void onOutgoingEmergencySms(@NonNull android.telephony.emergency.EmergencyNumber, int); method @RequiresPermission("android.permission.READ_PRECISE_PHONE_STATE") public void onPreciseCallStateChanged(@NonNull android.telephony.PreciseCallState); method public void onRadioPowerStateChanged(int); method public void onSrvccStateChanged(int); diff --git a/api/test-current.txt b/api/test-current.txt index 6fac6c18746a..93f9e2c907d6 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -1629,6 +1629,8 @@ package android.telephony { public class PhoneStateListener { method public void onOutgoingEmergencyCall(@NonNull android.telephony.emergency.EmergencyNumber, int); + method @Deprecated public void onOutgoingEmergencySms(@NonNull android.telephony.emergency.EmergencyNumber); + method public void onOutgoingEmergencySms(@NonNull android.telephony.emergency.EmergencyNumber, int); } public final class PreciseDataConnectionState implements android.os.Parcelable { |