mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-02-22 23:41:09 +01:00
fixed account not showing up in settings
This commit is contained in:
parent
ca876e2894
commit
3f39e08ea6
@ -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" />
|
||||
|
6
play-services-core/src/main/res/values/resources.xml
Normal file
6
play-services-core/src/main/res/values/resources.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name" translatable="false">Vanced microG</string>
|
||||
|
||||
</resources>
|
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user