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
属性

注釈

管理者が最大画面ロック タイムアウトを設定したことを示します。 ログ エントリには、SecurityEvent#getData()<配列にObjectカプセル化されたイベントに関する次の情報が含まれています。li> [0] 管理パッケージ名 (String) <li [1] 管理者ユーザー ID (Integer) <li>> [2] ターゲット ユーザー ID (Integer) <li> [3] の新しい画面ロック タイムアウト () (Long)

の Java ドキュメントandroid.app.admin.SecurityLog.TAG_MAX_SCREEN_LOCK_TIMEOUT_SET

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

適用対象