We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820af7b commit 9b00063Copy full SHA for 9b00063
imitate/src/main/module/AndroidManifest.xml
@@ -25,12 +25,13 @@
25
<application
26
android:name=".ImitateApplication"
27
android:icon="@mipmap/ic_launcher"
28
- android:label="@string/app_name"
+ android:label="imitate"
29
android:requestLegacyExternalStorage="true"
30
android:roundIcon="@mipmap/ic_launcher_round"
31
android:supportsRtl="true"
32
android:theme="@style/MyAppTheme"
33
android:usesCleartextTraffic="true"
34
+ tools:replace="android:label"
35
android:windowSoftInputMode="adjustResize|stateHidden"
36
tools:targetApi="q">
37
<activity
0 commit comments