語言

AppOpsManager.ModeIgnored 欄位

定義

警告

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

結果來自 #checkOp, , :#noteOp指定的呼叫者不被允許執行該操作,且此嘗試應默#startOp<默失敗>/em<(不應導致>應用程式當機)。

[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
屬性

備註

checkOp(String, int, String), noteOp(String, int, String), startOp(String, int, String):呼叫者不得執行該操作,且此嘗試應默默失敗(不應導致應用程式當機)。

Android 參考資料。android.app.AppOpsManager.MODE_IGNORED

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於