| 限定符和类型 | 方法和说明 |
|---|---|
static Common |
getInstance() |
void |
initialize(android.content.Context context) |
boolean |
isDebug() |
boolean |
isGlobalCatchError() |
void |
onConfigurationChanged(android.content.res.Configuration newConfig) |
void |
onLowMemory() |
void |
onTrimMemory(int level) |
public static final Common getInstance()
public void initialize(android.content.Context context)
initialize 在接口中 Servicepublic void onTrimMemory(int level)
onTrimMemory 在接口中 android.content.ComponentCallbacks2public void onConfigurationChanged(android.content.res.Configuration newConfig)
onConfigurationChanged 在接口中 android.content.ComponentCallbackspublic void onLowMemory()
onLowMemory 在接口中 android.content.ComponentCallbackspublic boolean isDebug()
public boolean isGlobalCatchError()