共用方式為


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 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於