共用方式為


SecurityLog.TagMaxScreenLockTimeoutSet 欄位

定義

警告

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

表示系統管理員已設定螢幕鎖定逾時上限。

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

欄位值

Value = 210019
屬性

備註

表示系統管理員已設定螢幕鎖定逾時上限。 記錄專案包含下列封裝在陣列中Object之事件的資訊,可透過 SecurityEvent#getData():<li [0] admin package name (String) <li> [1] admin user ID () <li [2] target user ID (IntegerInteger)> <li>> [3] new screen lock timeout in milliseconds ()Long

android.app.admin.SecurityLog.TAG_MAX_SCREEN_LOCK_TIMEOUT_SETJava 檔。

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

適用於