Rename app name to just Magisk
This commit is contained in:
parent
6623195bd5
commit
6951d926f7
@ -17,7 +17,7 @@
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
android:installLocation="internalOnly"
|
||||
android:label="Magisk Manager"
|
||||
android:label="Magisk"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
||||
|
@ -32,7 +32,7 @@ object HideAPK {
|
||||
|
||||
private const val ALPHA = "abcdefghijklmnopqrstuvwxyz"
|
||||
private const val ALPHADOTS = "$ALPHA....."
|
||||
private const val APP_NAME = "Magisk Manager"
|
||||
private const val APP_NAME = "Magisk"
|
||||
private const val ANDROID_MANIFEST = "AndroidManifest.xml"
|
||||
|
||||
// Some arbitrary limit
|
||||
|
Loading…
Reference in New Issue
Block a user