DevicePolicyManager.LockTaskFeatureSystemInfo フィールド

定義

注意事項

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

LockTask モード中にステータス バーのシステム情報領域を有効にします。

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

フィールド値

Value = 1
属性

注釈

LockTask モード中にステータス バーのシステム情報領域を有効にします。 システム情報領域は通常、ステータス バーの右側を占めます (ただし、OEM によって異なる場合があります)。 これには、日付と時刻、接続性、バッテリー、振動モードなど、すべてのシステム情報インジケーターが含まれています。

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

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

適用対象