public class

MmsApp

extends Application
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Application
         ↳ com.android.mms.MmsApp

Summary

Constants
String LOG_TAG
[Expand]
Inherited Constants
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
MmsApp()
Public Methods
synchronized static MmsApp getApplication()
SearchRecentSuggestions getRecentSuggestions()
Returns the content provider wrapper that allows access to recent searches.
TelephonyManager getTelephonyManager()
void onConfigurationChanged(Configuration newConfig)
void onCreate()
void onTerminate()
[Expand]
Inherited Methods
From class android.app.Application
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

Constants

public static final String LOG_TAG

Constant Value: "Mms"

Public Constructors

public MmsApp ()

Public Methods

public static synchronized MmsApp getApplication ()

public SearchRecentSuggestions getRecentSuggestions ()

Returns the content provider wrapper that allows access to recent searches.

Returns
  • Returns the content provider wrapper that allows access to recent searches.

public TelephonyManager getTelephonyManager ()

Returns
  • Returns the TelephonyManager.

public void onConfigurationChanged (Configuration newConfig)

public void onCreate ()

public void onTerminate ()