AndroidManifest
public interface UsesSdk
uses-sdk
element in an Android manifest file.Modifier and Type | Method | Description |
---|---|---|
Integer |
getMaxSdkVersion() |
Returns the maximum Android SDK version that this package expects to be runnable on, as
specified in the manifest.
|
int |
getMinSdkVersion() |
Returns the minimum Android SDK version that this package expects to be runnable on, as
specified in the manifest.
|
int |
getTargetSdkVersion() |
Returns the Android SDK version that this package prefers to be run on, as specified in the
manifest.
|
int getMinSdkVersion()
int getTargetSdkVersion()
SharedPreferences
) to emulate old bugs.Integer getMaxSdkVersion()
If no maximum version is specified, null may be returned.