Fix missing launcher icons: use drawable/ic_camera as app icon

This commit is contained in:
xiajiid
2026-02-08 15:18:26 +08:00
parent 34082e6cd1
commit a6c96c4dd7

View File

@@ -16,9 +16,8 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/ic_camera"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.LogCam"
android:requestLegacyExternalStorage="true"