Do not use string resources for app label

This not only simplifies hiding stub APKs (no resource IDs involved),
but also opens the opportunity to allow users to customize whatever
app name they want after it is hidden.
This commit is contained in:
topjohnwu
2019-10-17 04:47:46 -04:00
parent 40eda05a30
commit 78daa2eb62
6 changed files with 50 additions and 49 deletions

View File

@@ -8,7 +8,7 @@
<application
android:icon="@drawable/ic_launcher"
android:installLocation="internalOnly"
android:label="@string/app_name"
android:label="Magisk Manager"
android:supportsRtl="true">
<activity