From 3f39e08ea6f1cbb80e62c76eb1c6068afce3dc9d Mon Sep 17 00:00:00 2001 From: X1nto Date: Mon, 20 Jul 2020 21:13:17 +0400 Subject: [PATCH] fixed account not showing up in settings --- play-services-core/src/main/AndroidManifest.xml | 2 +- play-services-core/src/main/res/values/resources.xml | 6 ++++++ play-services-core/src/main/res/xml/authenticator.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 play-services-core/src/main/res/values/resources.xml diff --git a/play-services-core/src/main/AndroidManifest.xml b/play-services-core/src/main/AndroidManifest.xml index 375af576..e6d3819d 100644 --- a/play-services-core/src/main/AndroidManifest.xml +++ b/play-services-core/src/main/AndroidManifest.xml @@ -79,7 +79,7 @@ android:allowBackup="false" android:extractNativeLibs="true" android:icon="@mipmap/ic_launcher" - android:label="Vanced microG"> + android:label="@string/app_name"> diff --git a/play-services-core/src/main/res/values/resources.xml b/play-services-core/src/main/res/values/resources.xml new file mode 100644 index 00000000..73f39f80 --- /dev/null +++ b/play-services-core/src/main/res/values/resources.xml @@ -0,0 +1,6 @@ + + + + Vanced microG + + \ No newline at end of file diff --git a/play-services-core/src/main/res/xml/authenticator.xml b/play-services-core/src/main/res/xml/authenticator.xml index 0d178afc..72809e56 100644 --- a/play-services-core/src/main/res/xml/authenticator.xml +++ b/play-services-core/src/main/res/xml/authenticator.xml @@ -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" />