You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArrayList<String> a = newArrayList<String>(Arrays.asList(Objects.requireNonNull(SuFile.open("/data/abm/bootset/db/entries/").list())));
46
-
a.removeIf((b) -> !b.contains("rom"));
47
-
a.sort((b, c) -> Integer.compare(Integer.parseInt(b.replace("rom","").replace(".conf","")), Integer.parseInt(c.replace("rom","").replace(".conf",""))));
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,8 @@
61
61
<stringname="delete_msg_2">This will delete the configuration file of the ROM %1$s. You need to delete the partitions on the SD card manually to prevent data loss.</string>
62
62
<stringname="filename">Config file name (No spaces, no file extension)</string>
63
63
<stringname="add_rom">Add ROM</string>
64
+
<stringname="other_os">Other OS (boot.img) (Advanced users only!)</string>
0 commit comments