ContextWrapper
ContextWrapper(Context)
ContextWrapper(IntPtr, JniHandleOwnership)
ApplicationContext
ApplicationInfo
Assets
BaseContext
CacheDir
ClassLoader
CodeCacheDir
ContentResolver
DataDir
ExternalCacheDir
FilesDir
IsDeviceProtectedStorage
JniPeerMembers
MainLooper
NoBackupFilesDir
ObbDir
PackageCodePath
PackageManager
PackageName
PackageResourcePath
Resources
Theme
ThresholdClass
ThresholdType
Wallpaper
WallpaperDesiredMinimumHeight
WallpaperDesiredMinimumWidth
AttachBaseContext(Context)
BindService(Intent, IServiceConnection, Bind)
CheckCallingOrSelfPermission(String)
CheckCallingOrSelfUriPermission(Uri, ActivityFlags)
CheckCallingPermission(String)
CheckCallingUriPermission(Uri, ActivityFlags)
CheckPermission(String, Int32, Int32)
CheckSelfPermission(String)
CheckUriPermission(Uri, Int32, Int32, ActivityFlags)
CheckUriPermission(Uri, String, String, Int32, Int32, ActivityFlags)
ClearWallpaper()
CreateConfigurationContext(Configuration)
CreateContextForSplit(String)
CreateDeviceProtectedStorageContext()
CreateDisplayContext(Display)
CreatePackageContext(String, PackageContextFlags)
DatabaseList()
DeleteDatabase(String)
DeleteFile(String)
DeleteSharedPreferences(String)
EnforceCallingOrSelfPermission(String, String)
EnforceCallingOrSelfUriPermission(Uri, ActivityFlags, String)
EnforceCallingPermission(String, String)
EnforceCallingUriPermission(Uri, ActivityFlags, String)
EnforcePermission(String, Int32, Int32, String)
EnforceUriPermission(Uri, Int32, Int32, ActivityFlags, String)
EnforceUriPermission(Uri, String, String, Int32, Int32, ActivityFlags, String)
FileList()
GetDatabasePath(String)
GetDir(String, FileCreationMode)
GetExternalCacheDirs()
GetExternalFilesDir(String)
GetExternalFilesDirs(String)
GetExternalMediaDirs()
GetFileStreamPath(String)
GetObbDirs()
GetSharedPreferences(String, FileCreationMode)
GetSystemService(String)
GetSystemServiceName(Class)
GrantUriPermission(String, Uri, ActivityFlags)
MoveDatabaseFrom(Context, String)
MoveSharedPreferencesFrom(Context, String)
OpenFileInput(String)
OpenFileOutput(String, FileCreationMode)
OpenOrCreateDatabase(String, FileCreationMode, ICursorFactory)
OpenOrCreateDatabase(String, FileCreationMode, ICursorFactory, IDatabaseErrorHandler)
PeekWallpaper()
RegisterReceiver(BroadcastReceiver, IntentFilter)
RegisterReceiver(BroadcastReceiver, IntentFilter, ActivityFlags)
RegisterReceiver(BroadcastReceiver, IntentFilter, String, Handler)
RegisterReceiver(BroadcastReceiver, IntentFilter, String, Handler, ActivityFlags)
RemoveStickyBroadcast(Intent)
RemoveStickyBroadcastAsUser(Intent, UserHandle)
RevokeUriPermission(Uri, ActivityFlags)
RevokeUriPermission(String, Uri, ActivityFlags)
SendBroadcast(Intent)
SendBroadcast(Intent, String)
SendBroadcastAsUser(Intent, UserHandle)
SendBroadcastAsUser(Intent, UserHandle, String)
SendOrderedBroadcast(Intent, String)
SendOrderedBroadcast(Intent, String, BroadcastReceiver, Handler, Result, String, Bundle)
SendOrderedBroadcast(Intent, Int32, String, String, BroadcastReceiver, Handler, String, Bundle, Bundle)
SendOrderedBroadcastAsUser(Intent, UserHandle, String, BroadcastReceiver, Handler, Result, String, Bundle)
SendStickyBroadcast(Intent)
SendStickyBroadcastAsUser(Intent, UserHandle)
SendStickyOrderedBroadcast(Intent, BroadcastReceiver, Handler, Result, String, Bundle)
SendStickyOrderedBroadcastAsUser(Intent, UserHandle, BroadcastReceiver, Handler, Result, String, Bundle)
SetTheme(Int32)
SetWallpaper(Bitmap)
SetWallpaper(Stream)
StartActivities(Intent[])
StartActivities(Intent[], Bundle)
StartActivity(Intent)
StartActivity(Intent, Bundle)
StartForegroundService(Intent)
StartInstrumentation(ComponentName, String, Bundle)
StartIntentSender(IntentSender, Intent, ActivityFlags, ActivityFlags, Int32)
StartIntentSender(IntentSender, Intent, ActivityFlags, ActivityFlags, Int32, Bundle)
StartService(Intent)
StopService(Intent)
UnbindService(IServiceConnection)
UnregisterReceiver(BroadcastReceiver)
monoandroid
namespace Android.Content
{
[Register("android/content/ContextWrapper", DoNotGenerateAcw = true)]
public class ContextWrapper : Context
{
[Register("enforcePermission", "(Ljava/lang/String;IILjava/lang/String;)V", "GetEnforcePermission_Ljava_lang_String_IILjava_lang_String_Handler")]
public override void EnforcePermission(string? permission, int pid, int uid, string? message);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API