UnusedAppRestrictionsConstants
public final class UnusedAppRestrictionsConstants
Shared constants related to Unused App Restrictions (e.g. Permission Revocation, App Hibernation).
Summary
Constants |
|
|---|---|
static final int |
API_30 = 4Unused App Restrictions introduced by Android API 30 are enabled for this app: permission auto-reset. |
static final int |
API_30_BACKPORT = 3Unused App Restrictions introduced by Android API 30, and since made available on earlier (API 23-29) devices are enabled for this app: permission auto-reset. |
static final int |
API_31 = 5Unused App Restrictions introduced by Android API 31 are enabled for this app: permission auto-reset and app hibernation. |
static final int |
DISABLED = 2Any available Unused App Restrictions on the device are disabled for this app. |
static final int |
ERROR = 0The status of Unused App Restrictions could not be retrieved from this app. |
static final int |
There are no available Unused App Restrictions for this app. |
Constants
API_30
public static final int API_30 = 4
Unused App Restrictions introduced by Android API 30 are enabled for this app: permission auto-reset. Note: This value is only used on API 30 or later devices.
API_30_BACKPORT
public static final int API_30_BACKPORT = 3
Unused App Restrictions introduced by Android API 30, and since made available on earlier (API 23-29) devices are enabled for this app: permission auto-reset. Note: This value is only used on API 29 or earlier devices.
API_31
public static final int API_31 = 5
Unused App Restrictions introduced by Android API 31 are enabled for this app: permission auto-reset and app hibernation. Note: This value is only used on API 31 or later devices.
DISABLED
public static final int DISABLED = 2
Any available Unused App Restrictions on the device are disabled for this app. In other words, this app is exempt from having its permissions automatically removed or being hibernated.
ERROR
public static final int ERROR = 0
The status of Unused App Restrictions could not be retrieved from this app. Note: check the logs for the reason (e.g. if the app's target SDK version <30 or the user is in locked device boot mode).
FEATURE_NOT_AVAILABLE
public static final int FEATURE_NOT_AVAILABLE = 1
There are no available Unused App Restrictions for this app.