Move FIRST_SDK_INT to @TestApi.
Test: atest android.os.cts.BuildTest Bug: 71555186 Change-Id: I92732b930834d9c1e4150417bb3ee8b6839e2b3e
This commit is contained in:
@@ -242,7 +242,9 @@ public class Build {
|
||||
* Possible values are defined in {@link Build.VERSION_CODES}.
|
||||
*
|
||||
* @see #SDK_INT
|
||||
* @hide
|
||||
*/
|
||||
@TestApi
|
||||
public static final int FIRST_SDK_INT = SystemProperties
|
||||
.getInt("ro.product.first_api_level", 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user