Don't force +1 for resource resolution.

Bug: 277674088
Fixes: 277674088
Test: boots, no crashes
Change-Id: I17e743a0f1cf6f98fddd40c358dea5a8b9cc7723
This commit is contained in:
Alex Buynytskyy
2023-04-11 22:12:44 +00:00
parent c7e158a6b2
commit a79ccc5b1d

View File

@@ -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