Don't force +1 for resource resolution.
Bug: 277674088 Fixes: 277674088 Test: boots, no crashes Change-Id: I17e743a0f1cf6f98fddd40c358dea5a8b9cc7723
This commit is contained in:
@@ -493,7 +493,7 @@ public class Build {
|
||||
* @hide
|
||||
*/
|
||||
@TestApi
|
||||
public static final int RESOURCES_SDK_INT = SDK_INT + ACTIVE_CODENAMES.length;
|
||||
public static final int RESOURCES_SDK_INT = SDK_INT;
|
||||
|
||||
/**
|
||||
* The current lowest supported value of app target SDK. Applications targeting
|
||||
|
||||
Reference in New Issue
Block a user