次の方法で共有


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 によって異なる場合があります)。 これには、日付と時刻、接続性、バッテリー、振動モードなど、すべてのシステム情報インジケーターが含まれています。

の Java ドキュメントandroid.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_SYSTEM_INFO

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象