Skip to content

Commit

Permalink
change app name
Browse files Browse the repository at this point in the history
  • Loading branch information
REBOOTERS committed Oct 18, 2024
1 parent 820af7b commit 9b00063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imitate/src/main/module/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
<application
android:name=".ImitateApplication"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="imitate"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/MyAppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:label"
android:windowSoftInputMode="adjustResize|stateHidden"
tools:targetApi="q">
<activity
Expand Down

0 comments on commit 9b00063

Please sign in to comment.