Loading src/java/android/provider/Telephony.java +10 −0 Original line number Diff line number Diff line Loading @@ -1084,6 +1084,16 @@ public final class Telephony { public static final String SMS_REJECTED_ACTION = "android.provider.Telephony.SMS_REJECTED"; /** * Broadcast Action: An incoming MMS has been downloaded. The intent is sent to all * users, except for secondary users where SMS has been disabled and to managed * profiles. * @hide */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String MMS_DOWNLOADED_ACTION = "android.provider.Telephony.MMS_DOWNLOADED"; /** * Broadcast Action: A new SMS PDU needs to be sent from * the device. This intent will only be delivered to a Loading Loading
src/java/android/provider/Telephony.java +10 −0 Original line number Diff line number Diff line Loading @@ -1084,6 +1084,16 @@ public final class Telephony { public static final String SMS_REJECTED_ACTION = "android.provider.Telephony.SMS_REJECTED"; /** * Broadcast Action: An incoming MMS has been downloaded. The intent is sent to all * users, except for secondary users where SMS has been disabled and to managed * profiles. * @hide */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String MMS_DOWNLOADED_ACTION = "android.provider.Telephony.MMS_DOWNLOADED"; /** * Broadcast Action: A new SMS PDU needs to be sent from * the device. This intent will only be delivered to a Loading