Skip to content

Commit

Permalink
Add resource ids of requiredSplitTypes & splitTypes on manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed Aug 2, 2024
1 parent f7681c3 commit 1842ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/reandroid/app/AndroidManifest.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ default void setCompileSdk(AndroidApiLevel apiLevel){
int ID_maxSdkVersion = ObjectsUtil.of(0x01010271);
int ID_minSdkVersion = ObjectsUtil.of(0x0101020c);
int ID_name = ObjectsUtil.of(0x01010003);
int ID_requiredSplitTypes = ObjectsUtil.of(0x0101064e);
int ID_resource = ObjectsUtil.of(0x01010025);
int ID_roundIcon = ObjectsUtil.of(0x0101052c);
int ID_screenOrientation = ObjectsUtil.of(0x0101001e);
int ID_splitTypes = ObjectsUtil.of(0x0101064f);
int ID_targetActivity = ObjectsUtil.of(0x01010202);
int ID_targetSdkVersion = ObjectsUtil.of(0x01010270);
int ID_theme = ObjectsUtil.of(0x01010000);
Expand Down

0 comments on commit 1842ea2

Please sign in to comment.