fixed account not showing up in settings

This commit is contained in:
X1nto 2020-07-20 21:13:17 +04:00
parent ca876e2894
commit 3f39e08ea6
3 changed files with 8 additions and 2 deletions

View File

@ -79,7 +79,7 @@
android:allowBackup="false"
android:extractNativeLibs="true"
android:icon="@mipmap/ic_launcher"
android:label="Vanced microG">
android:label="@string/app_name">
<meta-data
android:name="fake-signature"
android:value="@string/fake_signature" />

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Vanced microG</string>
</resources>

View File

@ -21,4 +21,4 @@
android:customTokens="true"
android:icon="@mipmap/ic_launcher"
android:smallIcon="@mipmap/ic_launcher"
android:label="Vanced microG" />
android:label="@string/app_name" />