File tree 2 files changed +5
-2
lines changed
brut.apktool/apktool-lib/src/main/java/brut/androlib/res 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -664,8 +664,10 @@ private int mapSdkShorthandToVersion(String sdkVersion) {
664
664
return ResConfigFlags .SDK_R ;
665
665
case "S" :
666
666
return ResConfigFlags .SDK_S ;
667
+ case "SV2" :
668
+ return ResConfigFlags .SDK_S_V2 ;
667
669
case "T" :
668
- case "Tiramisu " :
670
+ case "TIRAMISU " :
669
671
return ResConfigFlags .SDK_DEVELOPMENT ;
670
672
default :
671
673
return Integer .parseInt (sdkVersion );
Original file line number Diff line number Diff line change @@ -537,7 +537,8 @@ public int hashCode() {
537
537
public final static byte SDK_Q = 29 ;
538
538
public final static byte SDK_R = 30 ;
539
539
public final static byte SDK_S = 31 ;
540
- public final static byte SDK_T = 32 ;
540
+ public final static byte SDK_S_V2 = 32 ;
541
+ public final static byte SDK_T = 33 ;
541
542
542
543
// AOSP has this as 10,000 for dev purposes.
543
544
// platform_frameworks_base/commit/c7a1109a1fe0771d4c9b572dcf178e2779fc4f2d
You can’t perform that action at this time.
0 commit comments