AppProcessStartEvent
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
启动了应用进程。在完全受管设备上,您可以在整个设备范围内使用;在组织拥有的装有工作资料的单位自有设备上的工作资料中,可以使用此 API。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]