Skip to content
Snippets Groups Projects
Verified Commit 6616c33e authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

fix: fix the app icon on the device

parent 5d535b58
No related branches found
No related tags found
1 merge request!18Resolve QDS-11196 Cache user projects
Pipeline #64301 passed
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.qt.qtdesignviewer"
android:installLocation="auto" android:versionCode="12" android:versionName="1.2">
android:installLocation="auto" android:versionCode="13" android:versionName="1.2">
<!-- %%INSERT_PERMISSIONS -->
<!-- %%INSERT_FEATURES -->
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>
<application android:name="org.qtproject.qt.android.bindings.QtApplication" android:extractNativeLibs="true" android:hardwareAccelerated="true" android:label="Qt Design Viewer" android:requestLegacyExternalStorage="true" android:allowNativeHeapPointerTagging="false">
<supports-screens android:anyDensity="true" android:largeScreens="true"
android:normalScreens="true" android:smallScreens="true" />
<application android:name="org.qtproject.qt.android.bindings.QtApplication"
android:extractNativeLibs="true" android:hardwareAccelerated="true"
android:label="Qt Design Viewer" android:requestLegacyExternalStorage="true"
android:allowNativeHeapPointerTagging="false" android:icon="@mipmap/app_icon">
<activity android:name="org.qtproject.qt.android.bindings.QtActivity" android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density" android:label="Qt Design Viewer" android:launchMode="singleTop" android:screenOrientation="unspecified" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
......
......@@ -25,9 +25,7 @@
#include <android/log.h>
#include <QApplication>
#include <QDebug>
#include <QQmlContext>
#include <QSurfaceFormat>
#include "backend.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment