AppOpsManager.ModeErrored 字段

定义

注意

This constant will be removed in the future version. Use Android.App.AppOpsManagerMode enum directly instead of this field.

#checkOpNoThrow结果,,#noteOpNoThrow#startOpNoThrow:不允许给定调用方执行给定操作,并且此尝试应导致其出现致命错误,通常是一个SecurityException

[Android.Runtime.Register("MODE_ERRORED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppOpsManagerMode enum directly instead of this field.", true)]
public const Android.App.AppOpsManagerMode ModeErrored = 2;
[<Android.Runtime.Register("MODE_ERRORED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppOpsManagerMode enum directly instead of this field.", true)>]
val mutable ModeErrored : Android.App.AppOpsManagerMode

字段值

Value = 2
属性

注解

#checkOpNoThrow结果,,#noteOpNoThrow#startOpNoThrow:不允许给定调用方执行给定操作,并且此尝试应导致其出现致命错误,通常是一个SecurityException

适用于 . 的 android.app.AppOpsManager.MODE_ERROREDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于