Commit 1134b18a authored by topjohnwu's avatar topjohnwu

Rename application label to "Magic" to prevent detection

parent 2e4aa507
......@@ -21,6 +21,7 @@
android:exported="true" />
<activity
android:name="a.c"
android:label="@string/app_name"
android:configChanges="orientation|screenSize"
android:exported="true"
android:theme="@style/SplashTheme">
......
......@@ -13,7 +13,7 @@
android:allowBackup="false"
android:directBootAware="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:label="@string/re_app_name"
android:supportsRtl="true"
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute">
......
......@@ -3,6 +3,7 @@
<!--Not translatable-->
<string name="app_name" translatable="false">Magisk Manager</string>
<string name="re_app_name" translatable="false">Magic</string>
<string name="magisk" translatable="false">Magisk</string>
<string name="magiskhide" translatable="false">Magisk Hide</string>
<string name="empty" translatable="false"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment