Skip to content

Commit

Permalink
set icon in AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lhns committed Apr 11, 2023
1 parent da6a083 commit a8b550b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
android:extractNativeLibs="true"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.ResticUI">
Expand Down

0 comments on commit a8b550b

Please sign in to comment.