Reason codes for an Android app process start.
Use this enum with the IApplicationStartInfo.reason property.
| Property | Description |
|---|---|
| Alarm | Mirrors android:public static final int START_REASON_ALARM. |
| Backup | Mirrors android:public static final int START_REASON_BACKUP. |
| BootComplete | Mirrors android:public static final int START_REASON_BOOT_COMPLETE. |
| Broadcast | Mirrors android:public static final int START_REASON_BROADCAST. |
| ContentProvider | Mirrors android:public static final int START_REASON_CONTENT_PROVIDER. |
| Job | Mirrors android:public static final int START_REASON_JOB. |
| Launcher | Mirrors android:public static final int START_REASON_LAUNCHER. |
| LauncherRecents | Mirrors android:public static final int START_REASON_LAUNCHER_RECENTS. |
| Other | Mirrors android:public static final int START_REASON_OTHER. |
| Push | Mirrors android:public static final int START_REASON_PUSH. |
| Service | Mirrors android:public static final int START_REASON_SERVICE. |
| StartActivity | Mirrors android:public static final int START_REASON_START_ACTIVITY. |