<?xml version="1.0"?><manifestpackage="org.qtproject.example"xmlns:android="http://schemas.android.com/apk/res/android"android:versionName="-- %%INSERT_VERSION_NAME%% --"android:versionCode="-- %%INSERT_VERSION_CODE%% --"android:installLocation="auto"><uses-sdkandroid:minSdkVersion="21"android:targetSdkVersion="25"/><!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. --><!-- %%INSERT_PERMISSIONS --><!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application.
Remove the comment if you do not require these default features. --><!-- %%INSERT_FEATURES --><uses-permissionandroid:name="android.permission.READ_EXTERNAL_STORAGE"/><supports-screensandroid:largeScreens="true"android:normalScreens="true"android:anyDensity="true"android:smallScreens="true"/><applicationandroid:hardwareAccelerated="true"android:name="org.qtproject.qt5.android.bindings.QtApplication"android:label="-- %%INSERT_APP_NAME%% --"android:extractNativeLibs=