次の方法で共有


SecurityLog.TagAdbShellCmd フィールド

定義

注意事項

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

ADB adb shell <command> 経由でシェル コマンドが発行されたことを示します。ログ エントリには、シェル コマンドを含むペイロードが含まれ String 、 を介して SecurityEvent#getData()アクセスできます。

[Android.Runtime.Register("TAG_ADB_SHELL_CMD", ApiSince=24)]
[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 TagAdbShellCmd = 210002;
[<Android.Runtime.Register("TAG_ADB_SHELL_CMD", ApiSince=24)>]
[<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 TagAdbShellCmd : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210002
属性

注釈

ADB adb shell <command> 経由でシェル コマンドが発行されたことを示します。ログ エントリには、シェル コマンドを含むペイロードが含まれ String 、 を介して SecurityEvent#getData()アクセスできます。 organization所有のマネージド プロファイル デバイスでセキュリティ ログが有効になっている場合、シェル コマンドは空の文字列に編集されます。

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

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

適用対象