AppProcessStartEvent
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
앱 프로세스가 시작되었습니다. 이 기능은 완전 관리형 기기에서 그리고 직장 프로필이 있는 조직 소유 기기의 직장 프로필 내에서 기기 전체에서 사용할 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]