Making improvements

- Move incorrect placed string to the right position
- `NO_ROOT` is now pointed to Magisk install docs
pull/107/head
DerGoogler 2 years ago
parent da6d0ace3e
commit d6ecfaa325

@ -33,7 +33,7 @@ public enum NotificationType implements NotificationTypeCst {
}
},
NO_ROOT(R.string.fail_root_magisk, R.drawable.ic_baseline_numbers_24, v -> {
IntentHelper.openUrl(v.getContext(), "https://github.com/topjohnwu/Magisk");
IntentHelper.openUrl(v.getContext(), "https://github.com/topjohnwu/Magisk/blob/master/docs/install.md");
}) {
@Override
public boolean shouldRemove() {

@ -50,6 +50,9 @@
<string name="show_incompatible_desc">Show modules that are incompatible with your device based on their metadata</string>
<string name="magisk_outdated">Magisk is outdated!</string>
<string name="pref_category_repos">Repos</string>
<string name="pref_category_security">Security</string>
<string name="pref_category_appearance">Appearance</string>
<string name="pref_category_general">General</string>
<string name="repo_main_desc">The repository hosting Magisk Modules</string>
<string name="repo_main_alt">An alternative to Magisk-Modules-Repo with fewer restrictions.</string>
<string name="master_delete">Delete the module files?</string>
@ -100,7 +103,4 @@
<string name="repo_enabled">Repo enabled</string>
<string name="repo_disabled">Repo disabled</string>
<string name="androidacy_repo_info">Androidacy repo uses ads and trackers.</string>
<string name="pref_category_security">Security</string>
<string name="pref_category_appearance">Appearance</string>
<string name="pref_category_general">General</string>
</resources>

Loading…
Cancel
Save