|
1 |
| -<?xml version='1.0' encoding='utf-8'?> |
| 1 | +<?xml version="1.0"?> |
2 | 2 | <manifest package="org.qtproject.example.AndroidNativeWebViewExample" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto">
|
3 | 3 | <application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name">
|
4 |
| - <activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" |
5 |
| - android:name="org.qtproject.qt5.android.bindings.QtActivity" |
6 |
| - android:label="@string/app_name" |
7 |
| - android:screenOrientation="unspecified" |
8 |
| - android:launchMode="singleTop"> |
| 4 | + <activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="@string/app_name" android:screenOrientation="unspecified" android:launchMode="singleTop"> |
9 | 5 | <intent-filter>
|
10 | 6 | <action android:name="android.intent.action.MAIN"/>
|
11 | 7 | <category android:name="android.intent.category.LAUNCHER"/>
|
|
38 | 34 | <!-- Splash screen -->
|
39 | 35 | </activity>
|
40 | 36 | </application>
|
41 |
| - <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/> |
| 37 | + <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="14"/> |
42 | 38 | <supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
|
43 | 39 |
|
44 | 40 | <!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
45 | 41 | Remove the comment if you do not require these default permissions. -->
|
46 |
| - <uses-permission android:name="android.permission.INTERNET" /> |
47 |
| - <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
| 42 | + <uses-permission android:name="android.permission.INTERNET"/> |
| 43 | + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> |
48 | 44 |
|
49 | 45 |
|
50 | 46 | <!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application.
|
51 | 47 | Remove the comment if you do not require these default features. -->
|
52 |
| - |
| 48 | + |
53 | 49 |
|
54 | 50 | </manifest>
|
0 commit comments