Skip to content
Snippets Groups Projects

QDS-10224 Beginning of a new design for Android

Merged Burak Hançerli requested to merge QDS-10224/build-for-android into master
30 files
+ 1581
717
Compare changes
  • Side-by-side
  • Inline
Files
30
@@ -3,7 +3,7 @@
package="io.qt.qtdesignviewer"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.0">
android:versionName="1.2">
<!-- %%INSERT_PERMISSIONS -->
<!-- %%INSERT_FEATURES -->
<supports-screens
@@ -24,7 +24,8 @@
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:screenOrientation="unspecified"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Loading