Loading src/java/android/telephony/SmsManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -1006,8 +1006,10 @@ public final class SmsManager { public static final int MMS_ERROR_RETRY = 6; public static final int MMS_ERROR_CONFIGURATION_ERROR = 7; // Intent extra name for result data // Intent extra name for MMS sending result data in byte array type public static final String EXTRA_MMS_DATA = "android.telephony.extra.MMS_DATA"; // Intent extra name for HTTP status code for MMS HTTP failure in integer type public static final String EXTRA_MMS_HTTP_STATUS = "android.telephony.extra.MMS_HTTP_STATUS"; /** * Update the status of a pending (send-by-IP) MMS message handled by the carrier app. Loading Loading
src/java/android/telephony/SmsManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -1006,8 +1006,10 @@ public final class SmsManager { public static final int MMS_ERROR_RETRY = 6; public static final int MMS_ERROR_CONFIGURATION_ERROR = 7; // Intent extra name for result data // Intent extra name for MMS sending result data in byte array type public static final String EXTRA_MMS_DATA = "android.telephony.extra.MMS_DATA"; // Intent extra name for HTTP status code for MMS HTTP failure in integer type public static final String EXTRA_MMS_HTTP_STATUS = "android.telephony.extra.MMS_HTTP_STATUS"; /** * Update the status of a pending (send-by-IP) MMS message handled by the carrier app. Loading