Adding SystemApi for remaining Telephony errors

Bug: 206121418
Test: Compile apex
Change-Id: I64b5ce44623b5f9f9ac0ac0ffccfe25bdf96ab55
This commit is contained in:
Roopa Sattiraju
2022-01-30 13:49:46 -08:00
parent d5d506f7b5
commit 1b5c45c7fc
2 changed files with 2 additions and 1 deletions

View File

@@ -42981,6 +42981,7 @@ package android.telephony {
field public static final int ENCODING_16BIT = 3; // 0x3
field public static final int ENCODING_7BIT = 1; // 0x1
field public static final int ENCODING_8BIT = 2; // 0x2
field public static final int ENCODING_KSC5601 = 4; // 0x4
field public static final int ENCODING_UNKNOWN = 0; // 0x0
field public static final String FORMAT_3GPP = "3gpp";
field public static final String FORMAT_3GPP2 = "3gpp2";

View File

@@ -79,7 +79,7 @@ public class SmsMessage {
public static final int ENCODING_8BIT = 2;
public static final int ENCODING_16BIT = 3;
/**
* @hide This value is not defined in global standard. Only in Korea, this is used.
* This value is not defined in global standard. Only in Korea, this is used.
*/
public static final int ENCODING_KSC5601 = 4;