The
fields
of Android.App.AppOpsManager are listed below. For a list of all members, see the AppOpsManager Members list.
See Also: Inherited members from Java.Lang.Object
Public Fields
const | ModeAllowed | AppOpsManagerMode (0). Result from AppOpsManager.CheckOp(string, System.Int32, System.Int32), AppOpsManager.NoteOp(string, System.Int32, System.Int32), AppOpsManager.StartOp(string, System.Int32, System.Int32): the given caller is
allowed to perform the given operation. |
const | ModeDefault | AppOpsManagerMode (3). Result from AppOpsManager.CheckOp(string, System.Int32, System.Int32), AppOpsManager.NoteOp(string, System.Int32, System.Int32), AppOpsManager.StartOp(string, System.Int32, System.Int32): the given caller should
use its default security check. |
const | ModeErrored | AppOpsManagerMode (2). Result from AppOpsManager.CheckOpNoThrow(string, System.Int32, System.Int32), AppOpsManager.NoteOpNoThrow(string, System.Int32, System.Int32), AppOpsManager.StartOpNoThrow(string, System.Int32, System.Int32): the
given caller is not allowed to perform the given operation, and this attempt should
cause it to have a fatal error, typically a Java.Lang.SecurityException. |
const | ModeIgnored | AppOpsManagerMode (1). Result from AppOpsManager.CheckOp(string, System.Int32, System.Int32), AppOpsManager.NoteOp(string, System.Int32, System.Int32), AppOpsManager.StartOp(string, System.Int32, System.Int32): the given caller is
not allowed to perform the given operation, and this attempt should
silently fail (it should not cause the app to crash). |
const | OpstrCoarseLocation | string. Access to coarse location information. |
const | OpstrFineLocation | string. Access to fine location information. |
const | OpstrGetUsageStats | string. Access to Android.App.Usage.UsageStatsManager. |
const | OpstrMonitorHighPowerLocation | string. Continually monitoring location data with a relatively high power request. |
const | OpstrMonitorLocation | string. Continually monitoring location data. |