語言

AppFunctionMetadata.AccessLevelSystem 欄位

定義

警告

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

一個常數表示應用程式功能對持有權限 android.Manifest.permission#EXECUTE_APP_FUNCTIONS_SYSTEM 者可使用。

[Android.Runtime.Register("ACCESS_LEVEL_SYSTEM", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionMetadataAccessLevel enum directly instead of this field.", true)]
public const Android.App.AppFunctions.AppFunctionMetadataAccessLevel AccessLevelSystem = 200;
[<Android.Runtime.Register("ACCESS_LEVEL_SYSTEM", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionMetadataAccessLevel enum directly instead of this field.", true)>]
val mutable AccessLevelSystem : Android.App.AppFunctions.AppFunctionMetadataAccessLevel

欄位值

Value = 200

實作

屬性

適用於