Skip to content

Commit 7b04a64

Browse files
committed
Add missing Android icon
1 parent 03c397d commit 7b04a64

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- %%INSERT_FEATURES -->
1010

1111
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
12-
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Vulkan Caps Viewer" android:extractNativeLibs="true" android:roundIcon="@mipmap/ic_launcher">
12+
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Vulkan Caps Viewer" android:extractNativeLibs="true" android:roundIcon="@mipmap/ic_launcher" android:icon="@drawable/icon">
1313
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="unspecified" android:launchMode="singleTop" android:exported="true">
1414
<intent-filter>
1515
<action android:name="android.intent.action.MAIN"/>

android/res/drawable-hdpi/icon.png

5.16 KB
Loading

android/res/drawable-ldpi/icon.png

1.87 KB
Loading

android/res/drawable-mdpi/icon.png

3.03 KB
Loading
7.57 KB
Loading
13.1 KB
Loading
18.6 KB
Loading

0 commit comments

Comments
 (0)