Share via


AppOpsManager.ModeIgnored フィールド

定義

注意事項

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

、、: 指定された呼び出し元が指定された操作を実行することは許可されていません。この試行では、サイレントに fail</em> を実行する必要があります>< (アプリがクラッシュしないようにする必要があります)。 #startOp#noteOp#checkOp

[Android.Runtime.Register("MODE_IGNORED")]
[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 ModeIgnored = 1;
[<Android.Runtime.Register("MODE_IGNORED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppOpsManagerMode enum directly instead of this field.", true)>]
val mutable ModeIgnored : Android.App.AppOpsManagerMode

フィールド値

Value = 1
属性

注釈

、、: 指定された呼び出し元が指定された操作を実行することは許可されていません。この試行では、サイレントに fail</em> を実行する必要があります>< (アプリがクラッシュしないようにする必要があります)。 #startOp#noteOp#checkOp

の Java ドキュメント android.app.AppOpsManager.MODE_IGNORED

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象