| Member Name | Description |
|---|---|
| ProviderInUse | Constant for Android.App.ActivityManager.RunningAppProcessInfo.ImportanceReasonCode: one of the application's content providers is being used by another process. The pid of the client process is in Android.App.ActivityManager.RunningAppProcessInfo.ImportanceReasonPid and the target provider in this process is in Android.App.ActivityManager.RunningAppProcessInfo.ImportanceReasonComponent. |
| ServiceInUse | Constant for Android.App.ActivityManager.RunningAppProcessInfo.ImportanceReasonCode: one of the application's content providers is being used by another process. The pid of the client process is in Android.App.ActivityManager.RunningAppProcessInfo.ImportanceReasonPid and the target provider in this process is in Android.App.ActivityManager.RunningAppProcessInfo.ImportanceReasonComponent. |
| Unknown | Constant for Android.App.ActivityManager.RunningAppProcessInfo.ImportanceReasonCode: nothing special has been specified for the reason for this level. |