public class Application extends android.app.Application implements IHolo, ThemeManager.SuperStartActivity, SystemServiceManager.SuperSystemService
| Modifier and Type | Class and Description |
|---|---|
static class |
Application.Config |
ACCESSIBILITY_SERVICE, ACCOUNT_SERVICE, ACTIVITY_SERVICE, ALARM_SERVICE, AUDIO_SERVICE, BIND_ABOVE_CLIENT, BIND_ADJUST_WITH_ACTIVITY, BIND_ALLOW_OOM_MANAGEMENT, BIND_AUTO_CREATE, BIND_DEBUG_UNBIND, BIND_IMPORTANT, BIND_NOT_FOREGROUND, BIND_WAIVE_PRIORITY, CLIPBOARD_SERVICE, CONNECTIVITY_SERVICE, CONTEXT_IGNORE_SECURITY, CONTEXT_INCLUDE_CODE, CONTEXT_RESTRICTED, DEVICE_POLICY_SERVICE, DOWNLOAD_SERVICE, DROPBOX_SERVICE, INPUT_METHOD_SERVICE, INPUT_SERVICE, KEYGUARD_SERVICE, LAYOUT_INFLATER_SERVICE, LOCATION_SERVICE, MEDIA_ROUTER_SERVICE, MODE_APPEND, MODE_ENABLE_WRITE_AHEAD_LOGGING, MODE_MULTI_PROCESS, MODE_PRIVATE, MODE_WORLD_READABLE, MODE_WORLD_WRITEABLE, NFC_SERVICE, NOTIFICATION_SERVICE, NSD_SERVICE, POWER_SERVICE, SEARCH_SERVICE, SENSOR_SERVICE, STORAGE_SERVICE, TELEPHONY_SERVICE, TEXT_SERVICES_MANAGER_SERVICE, UI_MODE_SERVICE, USB_SERVICE, VIBRATOR_SERVICE, WALLPAPER_SERVICE, WIFI_P2P_SERVICE, WIFI_SERVICE, WINDOW_SERVICE| Constructor and Description |
|---|
Application() |
onConfigurationChanged, onCreate, onLowMemory, onTrimMemory, registerActivityLifecycleCallbacks, registerComponentCallbacks, unregisterActivityLifecycleCallbacks, unregisterComponentCallbacksattachBaseContext, bindService, checkCallingOrSelfPermission, checkCallingOrSelfUriPermission, checkCallingPermission, checkCallingUriPermission, checkPermission, checkUriPermission, checkUriPermission, clearWallpaper, createPackageContext, databaseList, deleteDatabase, deleteFile, enforceCallingOrSelfPermission, enforceCallingOrSelfUriPermission, enforceCallingPermission, enforceCallingUriPermission, enforcePermission, enforceUriPermission, enforceUriPermission, fileList, getApplicationContext, getApplicationInfo, getAssets, getBaseContext, getCacheDir, getClassLoader, getContentResolver, getDatabasePath, getDir, getExternalCacheDir, getExternalFilesDir, getFilesDir, getFileStreamPath, getMainLooper, getObbDir, getPackageCodePath, getPackageManager, getPackageName, getPackageResourcePath, getResources, getSystemService, getTheme, getWallpaper, getWallpaperDesiredMinimumHeight, getWallpaperDesiredMinimumWidth, grantUriPermission, isRestricted, openFileInput, openFileOutput, openOrCreateDatabase, openOrCreateDatabase, peekWallpaper, registerReceiver, registerReceiver, removeStickyBroadcast, revokeUriPermission, sendBroadcast, sendBroadcast, sendOrderedBroadcast, sendOrderedBroadcast, sendStickyBroadcast, sendStickyOrderedBroadcast, setTheme, setWallpaper, setWallpaper, startInstrumentation, startIntentSender, startIntentSender, startService, stopService, unbindService, unregisterReceiverpublic static Application.Config config()
public static Application getLastInstance()
public static boolean isDebugMode()
public Application.Config getConfig()
public SharedPreferences getDefaultSharedPreferences()
getDefaultSharedPreferences in interface IHolopublic SharedPreferences getDefaultSharedPreferences(Application.Config.PreferenceImpl impl)
getDefaultSharedPreferences in interface IHolopublic LayoutInflater getLayoutInflater()
getLayoutInflater in interface IHolopublic SharedPreferences getSharedPreferences(Application.Config.PreferenceImpl impl, String name, int mode)
getSharedPreferences in interface IHolopublic SharedPreferences getSharedPreferences(String name, int mode)
getSharedPreferences in interface IHologetSharedPreferences in class android.content.ContextWrapperpublic Application getSupportApplication()
getSupportApplication in interface IHolopublic void onTerminate()
onTerminate in class android.app.Applicationpublic void startActivities(android.content.Intent[] intents)
startActivities in class android.content.ContextWrapperpublic void startActivities(android.content.Intent[] intents,
android.os.Bundle options)
startActivities in class android.content.ContextWrapperpublic void startActivity(android.content.Intent intent)
startActivity in class android.content.ContextWrapperpublic void startActivity(android.content.Intent intent,
android.os.Bundle options)
startActivity in class android.content.ContextWrapperpublic android.content.SharedPreferences superGetSharedPreferences(String name, int mode)
public Object superGetSystemService(String name)
superGetSystemService in interface SystemServiceManager.SuperSystemServicepublic void superStartActivity(android.content.Intent intent,
int requestCode,
android.os.Bundle options)
superStartActivity in interface ThemeManager.SuperStartActivityCopyright © 2012-2013. All Rights Reserved.