This repository was archived by the owner on May 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public boolean shouldRemove() {
3333 }
3434 },
3535 NO_ROOT (R .string .fail_root_magisk , R .drawable .ic_baseline_numbers_24 , v -> {
36- IntentHelper .openUrl (v .getContext (), "https://github.com/topjohnwu/Magisk" );
36+ IntentHelper .openUrl (v .getContext (), "https://github.com/topjohnwu/Magisk/blob/master/docs/install.md " );
3737 }) {
3838 @ Override
3939 public boolean shouldRemove () {
Original file line number Diff line number Diff line change 5050 <string name =" show_incompatible_desc" >Show modules that are incompatible with your device based on their metadata</string >
5151 <string name =" magisk_outdated" >Magisk is outdated!</string >
5252 <string name =" pref_category_repos" >Repos</string >
53+ <string name =" pref_category_security" >Security</string >
54+ <string name =" pref_category_appearance" >Appearance</string >
55+ <string name =" pref_category_general" >General</string >
5356 <string name =" repo_main_desc" >The repository hosting Magisk Modules</string >
5457 <string name =" repo_main_alt" >An alternative to Magisk-Modules-Repo with fewer restrictions.</string >
5558 <string name =" master_delete" >Delete the module files?</string >
100103 <string name =" repo_enabled" >Repo enabled</string >
101104 <string name =" repo_disabled" >Repo disabled</string >
102105 <string name =" androidacy_repo_info" >Androidacy repo uses ads and trackers.</string >
103- <string name =" pref_category_security" >Security</string >
104- <string name =" pref_category_appearance" >Appearance</string >
105- <string name =" pref_category_general" >General</string >
106106</resources >
You can’t perform that action at this time.
0 commit comments