We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c349b82 commit 412ed63Copy full SHA for 412ed63
app/src/main/AndroidManifest.xml
@@ -7,15 +7,15 @@
7
android:dataExtractionRules="@xml/data_extraction_rules"
8
android:fullBackupContent="@xml/backup_rules"
9
android:icon="@mipmap/ic_launcher"
10
- android:label="@string/app_name_launcher"
+ android:label="@string/app_name"
11
android:roundIcon="@mipmap/ic_launcher_round"
12
android:supportsRtl="true"
13
android:theme="@style/Theme.UKTicketBarrierErrors"
14
tools:targetApi="31">
15
<activity
16
android:name=".MainActivity"
17
android:exported="true"
18
- android:label="@string/app_name"
+ android:label="@string/app_name_launcher"
19
20
android:windowSoftInputMode="adjustResize">
21
<intent-filter>
0 commit comments