public interface AvailibilityRestrictions
Availability.getRestriction()
. Restrictions can be
overruled if the item is already owned (e.g. a region restricted app will be
available in any country if it was previously purchased in a non restricted
country).Modifier and Type | Field and Description |
---|---|
static int |
AVAILABLE
Not restricted.
|
static int |
CARRIER
This item isn't available on your carrier
|
static int |
COUNTRY
This item isn't available in your country
|
static int |
COUNTRY_OR_CARRIER
This item isn't available in your country or on your carrier
|
static int |
GENERIC
This item isn't available.
|
static int |
HARDWARE
Your device isn't compatible with this item/version
|
static int |
MANAGED_ACCOUNT
Your administrator has not given you access to this item.
|
static int |
NOT_IN_GROUP
You're not in the targeted group for this item.
|
static int |
SEARCH_LEVEL
Parental controls restrict downloading of this item.
|
static int |
SOFTWARE
Your device isn't compatible with this item/version
|
static final int GENERIC
static final int AVAILABLE
static final int COUNTRY
static final int SOFTWARE
static final int CARRIER
static final int NOT_IN_GROUP
static final int HARDWARE
static final int COUNTRY_OR_CARRIER
static final int SEARCH_LEVEL
static final int MANAGED_ACCOUNT