Share via


SecurityLog.TagCameraPolicySet フィールド

定義

注意事項

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

管理者がカメラを無効にするポリシーを設定したことを示します。

[Android.Runtime.Register("TAG_CAMERA_POLICY_SET", ApiSince=30)]
[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 TagCameraPolicySet = 210034;
[<Android.Runtime.Register("TAG_CAMERA_POLICY_SET", ApiSince=30)>]
[<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 TagCameraPolicySet : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210034
属性

注釈

管理者がカメラを無効にするポリシーを設定したことを示します。 ログ エントリには、 イベントに関する次の情報が含まれており、配列にObjectカプセル化され、 を介してSecurityEvent#getData()アクセスできます: <li> [0] 管理パッケージ名 (String) <li> [1] 管理者ユーザー ID (Integer) <li> [2] ターゲット ユーザー ID () <li> [3] カメラが無効になっているかどうか (IntegerInteger無効になっている場合は 1、有効の場合は 0)

android.app.admin.SecurityLog.TAG_CAMERA_POLICY_SETJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象