Build: Remove MIN_SUPPORTED_TARGET_SDK_INT from public API.
It's not required. Also, amend the javadoc to reflect the current state of affairs. Bug: 76418791 Test: make update-api && make checkapi Change-Id: I7d68a0ab33967679af8cfc4161c8283d4471b561
This commit is contained in:
@@ -32041,7 +32041,6 @@ package android.os {
|
||||
field public static final java.lang.String BASE_OS;
|
||||
field public static final java.lang.String CODENAME;
|
||||
field public static final java.lang.String INCREMENTAL;
|
||||
field public static final int MIN_SUPPORTED_TARGET_SDK_INT;
|
||||
field public static final int PREVIEW_SDK_INT;
|
||||
field public static final java.lang.String RELEASE;
|
||||
field public static final deprecated java.lang.String SDK;
|
||||
|
||||
@@ -295,8 +295,10 @@ public class Build {
|
||||
|
||||
/**
|
||||
* The current lowest supported value of app target SDK. Applications targeting
|
||||
* lower values will fail to install and run. Its possible values are defined
|
||||
* in {@link Build.VERSION_CODES}.
|
||||
* lower values may not function on devices running this SDK version. Its possible
|
||||
* values are defined in {@link Build.VERSION_CODES}.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final int MIN_SUPPORTED_TARGET_SDK_INT = SystemProperties.getInt(
|
||||
"ro.build.version.min_supported_target_sdk", 0);
|
||||
|
||||
Reference in New Issue
Block a user