SecurityLog.TagMaxScreenLockTimeoutSet 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 (Integer
Integer
)> <li>> [3] new screen lock timeout in milliseconds ()Long
的 android.app.admin.SecurityLog.TAG_MAX_SCREEN_LOCK_TIMEOUT_SET
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。