AppProcessStartEvent
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เริ่มกระบวนการของแอปแล้ว ซึ่งพร้อมใช้งานทั่วทั้งอุปกรณ์ในอุปกรณ์ที่มีการจัดการครบวงจร และภายในโปรไฟล์งานในอุปกรณ์ขององค์กรที่มีโปรไฟล์งาน
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eApp processes initiated are accessible across the entire device for fully managed devices.\u003c/p\u003e\n"],["\u003cp\u003eFor organization-owned devices with work profiles, these processes are confined to the work profile.\u003c/p\u003e\n"],["\u003cp\u003eThe process information is represented using JSON, adhering to the AppProcessInfo schema.\u003c/p\u003e\n"]]],["An app process can be initiated and is accessible device-wide on fully managed devices. On organization-owned devices with a work profile, the process is available within the work profile. The `processInfo` field, represented as an object containing `AppProcessInfo`, provides details about the running process. The `JSON` representation of this process includes the object `processInfo`.\n"],null,["# AppProcessStartEvent\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn app process was started. This is available device-wide on fully managed devices and within the work profile on organization-owned devices with a work profile.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------|\n| ``` { \"processInfo\": { object (/android/management/reference/rest/v1/AppProcessInfo) } } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------|\n| `processInfo` | `object (`[AppProcessInfo](/android/management/reference/rest/v1/AppProcessInfo)`)` Information about a process. |"]]