Loading core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -44545,6 +44545,7 @@ package android.telephony { field public static final int RESULT_SMS_SEND_RETRY_FAILED = 30; // 0x1e field public static final int RESULT_SYSTEM_ERROR = 15; // 0xf field public static final int RESULT_UNEXPECTED_EVENT_STOP_SENDING = 28; // 0x1c field public static final int RESULT_USER_NOT_ALLOWED = 33; // 0x21 field public static final int SMS_RP_CAUSE_CALL_BARRING = 10; // 0xa field public static final int SMS_RP_CAUSE_CONGESTION = 42; // 0x2a field public static final int SMS_RP_CAUSE_DESTINATION_OUT_OF_ORDER = 27; // 0x1b telephony/java/android/telephony/SmsManager.java +0 −2 Original line number Diff line number Diff line Loading @@ -2547,8 +2547,6 @@ public final class SmsManager { /** * User is not associated with the subscription. * TODO(b/263279115): Make this error code public. * @hide */ public static final int RESULT_USER_NOT_ALLOWED = 33; Loading Loading
core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -44545,6 +44545,7 @@ package android.telephony { field public static final int RESULT_SMS_SEND_RETRY_FAILED = 30; // 0x1e field public static final int RESULT_SYSTEM_ERROR = 15; // 0xf field public static final int RESULT_UNEXPECTED_EVENT_STOP_SENDING = 28; // 0x1c field public static final int RESULT_USER_NOT_ALLOWED = 33; // 0x21 field public static final int SMS_RP_CAUSE_CALL_BARRING = 10; // 0xa field public static final int SMS_RP_CAUSE_CONGESTION = 42; // 0x2a field public static final int SMS_RP_CAUSE_DESTINATION_OUT_OF_ORDER = 27; // 0x1b
telephony/java/android/telephony/SmsManager.java +0 −2 Original line number Diff line number Diff line Loading @@ -2547,8 +2547,6 @@ public final class SmsManager { /** * User is not associated with the subscription. * TODO(b/263279115): Make this error code public. * @hide */ public static final int RESULT_USER_NOT_ALLOWED = 33; Loading