public class

MessagingPreferenceActivity

extends PreferenceActivity
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ android.app.ListActivity
             ↳ android.preference.PreferenceActivity
               ↳ com.android.mms.ui.MessagingPreferenceActivity

Class Overview

With this activity, users can set preferences for MMS and SMS and can access and manipulate SMS messages stored on the SIM.

Summary

Constants
String AUTO_DELETE
String AUTO_RETRIEVAL
String EXPIRY_TIME
String MMS_DELIVERY_REPORT_MODE
String NOTIFICATION_ENABLED
String NOTIFICATION_RINGTONE
String NOTIFICATION_VIBRATE
String NOTIFICATION_VIBRATE_WHEN
String PRIORITY
String READ_REPORT_MODE
String RETRIEVAL_DURING_ROAMING
String SMS_DELIVERY_REPORT_MODE
[Expand]
Inherited Constants
From class android.preference.PreferenceActivity
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
MessagingPreferenceActivity()
Public Methods
boolean onCreateOptionsMenu(Menu menu)
boolean onOptionsItemSelected(MenuItem item)
boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference)
Protected Methods
void onCreate(Bundle icicle)
Dialog onCreateDialog(int id)
[Expand]
Inherited Methods
From class android.preference.PreferenceActivity
From class android.app.ListActivity
From class android.app.Activity
From class android.view.ContextThemeWrapper
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.LayoutInflater.Factory2
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Constants

public static final String AUTO_DELETE

Constant Value: "pref_key_auto_delete"

public static final String AUTO_RETRIEVAL

Constant Value: "pref_key_mms_auto_retrieval"

public static final String EXPIRY_TIME

Constant Value: "pref_key_mms_expiry"

public static final String MMS_DELIVERY_REPORT_MODE

Constant Value: "pref_key_mms_delivery_reports"

public static final String NOTIFICATION_ENABLED

Constant Value: "pref_key_enable_notifications"

public static final String NOTIFICATION_RINGTONE

Constant Value: "pref_key_ringtone"

public static final String NOTIFICATION_VIBRATE

Constant Value: "pref_key_vibrate"

public static final String NOTIFICATION_VIBRATE_WHEN

Constant Value: "pref_key_vibrateWhen"

public static final String PRIORITY

Constant Value: "pref_key_mms_priority"

public static final String READ_REPORT_MODE

Constant Value: "pref_key_mms_read_reports"

public static final String RETRIEVAL_DURING_ROAMING

Constant Value: "pref_key_mms_retrieval_during_roaming"

public static final String SMS_DELIVERY_REPORT_MODE

Constant Value: "pref_key_sms_delivery_reports"

Public Constructors

public MessagingPreferenceActivity ()

Public Methods

public boolean onCreateOptionsMenu (Menu menu)

public boolean onOptionsItemSelected (MenuItem item)

public boolean onPreferenceTreeClick (PreferenceScreen preferenceScreen, Preference preference)

Protected Methods

protected void onCreate (Bundle icicle)

protected Dialog onCreateDialog (int id)