public class

MmsSystemEventReceiver

extends BroadcastReceiver
java.lang.Object
   ↳ android.content.BroadcastReceiver
     ↳ com.android.mms.transaction.MmsSystemEventReceiver

Class Overview

MmsSystemEventReceiver receives the android.content.intent.ACTION_BOOT_COMPLETED, com.android.internal.telephony.TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED and performs a series of operations which may include:

  • Show/hide the icon in notification area which is used to indicate whether there is new incoming message.
  • Resend the MM's in the outbox.

Summary

Public Constructors
MmsSystemEventReceiver()
Public Methods
void onReceive(Context context, Intent intent)
static void registerForConnectionStateChanges(Context context)
static void unRegisterForConnectionStateChanges(Context context)
[Expand]
Inherited Methods
From class android.content.BroadcastReceiver
From class java.lang.Object

Public Constructors

public MmsSystemEventReceiver ()

Public Methods

public void onReceive (Context context, Intent intent)

public static void registerForConnectionStateChanges (Context context)

public static void unRegisterForConnectionStateChanges (Context context)