AdbShellCommandEvent
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
มีการออกคำสั่ง Shell ผ่าน ADB ผ่าน "คำสั่ง Shell adb"
การแสดง JSON |
{
"shellCmd": string
} |
ช่อง |
shellCmd |
string
คำสั่ง Shell ที่ออกผ่าน ADB ผ่าน "คำสั่ง Shell adb" ปกปิดสตริงว่างในอุปกรณ์โปรไฟล์ที่มีการจัดการขององค์กร
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eShell commands issued via ADB are represented in JSON format with the "shellCmd" field containing the command string.\u003c/p\u003e\n"],["\u003cp\u003eOn organization-owned managed profile devices, the "shellCmd" field will be redacted to an empty string for privacy.\u003c/p\u003e\n"]]],["A shell command, represented as a string, was executed using \"adb shell command.\" The command's details are captured in the `shellCmd` field within a JSON structure. In organization-owned managed profile devices, the content of `shellCmd` is redacted and replaced with an empty string. This data is conveyed through the JSON structure ` { \"shellCmd\": string } `.\n"],null,["# AdbShellCommandEvent\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA shell command was issued over ADB via \"adb shell command\".\n\n| JSON representation |\n|--------------------------------|\n| ``` { \"shellCmd\": string } ``` |\n\n| Fields ||\n|------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `shellCmd` | `string` Shell command that was issued over ADB via \"adb shell command\". Redacted to empty string on organization-owned managed profile devices. |"]]