Example usage for Java android.content ContextWrapper fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | bindService(Intent service, ServiceConnection conn, int flags) |
ApplicationInfo | getApplicationInfo() |
AssetManager | getAssets() |
Context | getBaseContext() |
File | getDatabasePath(String name) |
File | getDir(String name, int mode) |
File | getExternalFilesDir(String type) |
File | getFilesDir() |
SharedPreferences | getSharedPreferences(String name, int mode) |
SharedPreferences | getSharedPreferences(File file, int mode) |
String | getString(@StringRes int resId) Returns a localized string from the application's package's default string table. |
Object | getSystemService(String name) |
ComponentName | startService(Intent service) |
void | unbindService(ServiceConnection conn) |