diff options
author | Zongheng Wang <wangzongheng@google.com> | 2021-03-23 00:10:51 +0000 |
---|---|---|
committer | Hansong Zhang <hsz@google.com> | 2021-03-22 21:31:58 -0700 |
commit | 7b8f79b64104ac41c40ff85c2024c19903a42881 (patch) | |
tree | 4328db1d849fa50b93d46e95580a838f15b183dd /core | |
parent | bc92c6eb23ef5f8c27a5ef3ae46c3cbb66b037f0 (diff) |
Replace createSmsSubmitPdu with createFromNativeSmsSubmitPdu
Test: atest bluetooth_test_common
Test: atest CtsTelephonyTestCases
Bug: 183051612
Change-Id: If15d31eb699e2c5d3e371628dba8adbaa9bbebfa
Diffstat (limited to 'core')
-rw-r--r-- | core/api/current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/api/current.txt b/core/api/current.txt index 28d492c70f09..e0134e58a8f3 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -40751,7 +40751,6 @@ package android.telephony { method public static int[] calculateLength(String, boolean); method @Deprecated public static android.telephony.SmsMessage createFromPdu(byte[]); method public static android.telephony.SmsMessage createFromPdu(byte[], String); - method @Nullable public static android.telephony.SmsMessage createSmsSubmitPdu(@NonNull byte[], boolean); method public String getDisplayMessageBody(); method public String getDisplayOriginatingAddress(); method public String getEmailBody(); |