ApplicationStartInfoStartReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ApplicationStartInfoStartReason
type ApplicationStartInfoStartReason =
- Inheritance
-
ApplicationStartInfoStartReason
Fields
| Name | Value | Description |
|---|---|---|
| Alarm | 0 | Process started due to alarm. |
| Backup | 1 | Process started to run backup. |
| BootComplete | 2 | Process started due to boot complete. |
| Broadcast | 3 | Process started due to broadcast received for any reason not explicitly listed. |
| ContentProvider | 4 | Process started due to access of ContentProvider for any reason not explicitly listed. |
| Job | 5 |
|
| Launcher | 6 | Process started due to click app icon or widget from launcher. |
| LauncherRecents | 7 | Process started from launcher recents. |
| Other | 8 | Process started not for any of the listed reasons. |
| Push | 9 | Process started due to push message. |
| Service | 10 | Process started due to Service started for any reason not explicitly listed.. |
| StartActivity | 11 | Process started due to Activity started for any reason not explicitly listed. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.