Fix #797 Change the name of the app in the description

This commit is contained in:
Stefan Niedermann 2020-05-02 18:13:17 +02:00
parent 42bec4b57f
commit 97c3e858b3

View file

@ -11,7 +11,7 @@
android:allowBackup="true"
android:fullBackupContent="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="@string/app_name_long"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
@ -20,6 +20,7 @@
<activity
android:name=".android.activity.SplashscreenActivity"
android:label="@string/app_name"
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />