DevicePolicyManager.PersonalAppsSuspendedExplicitly フィールド

定義

注意事項

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

戻り値の #getPersonalAppsSuspendedReasons フラグ。

[Android.Runtime.Register("PERSONAL_APPS_SUSPENDED_EXPLICITLY", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PersonalAppsDevicePolicy enum directly instead of this field.", true)]
public const Android.App.Admin.PersonalAppsDevicePolicy PersonalAppsSuspendedExplicitly = 1;
[<Android.Runtime.Register("PERSONAL_APPS_SUSPENDED_EXPLICITLY", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PersonalAppsDevicePolicy enum directly instead of this field.", true)>]
val mutable PersonalAppsSuspendedExplicitly : Android.App.Admin.PersonalAppsDevicePolicy

フィールド値

Value = 1
属性

注釈

戻り値の #getPersonalAppsSuspendedReasons フラグ。 を介して #setPersonalAppsSuspended管理者によって個人用アプリが明示的に中断されたときに設定します。

android.app.admin.DevicePolicyManager.PERSONAL_APPS_SUSPENDED_EXPLICITLYJava ドキュメント。

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

適用対象