|
1 | 1 | <?xml version='1.0' encoding='utf-8'?>
|
2 |
| -<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
| 2 | +<widget id="io.ionic.starter" version="0.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
3 | 3 | <name>Upload Demo</name>
|
4 | 4 | <description>An awesome Ionic/Cordova app.</description>
|
5 | 5 | <author email="hi@ionicframework.com" href="http://ionicframework.com/">Ionic Framework Team</author>
|
|
12 | 12 | <allow-intent href="mailto:*" />
|
13 | 13 | <allow-intent href="geo:*" />
|
14 | 14 | <preference name="android-minSdkVersion" value="22" />
|
15 |
| - <preference name="android-targetSdkVersion" value="31" /> |
| 15 | + <preference name="android-targetSdkVersion" value="32" /> |
16 | 16 | <preference name="ScrollEnabled" value="false" />
|
17 | 17 | <preference name="BackupWebStorage" value="none" />
|
18 | 18 | <preference name="SplashMaintainAspectRatio" value="true" />
|
|
37 | 37 | <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
|
38 | 38 | <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
|
39 | 39 | <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
|
40 |
| - <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" /> |
41 |
| - <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" /> |
42 |
| - <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" /> |
43 |
| - <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" /> |
44 |
| - <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" /> |
45 |
| - <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" /> |
46 |
| - <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" /> |
47 |
| - <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" /> |
48 |
| - <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" /> |
49 |
| - <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" /> |
50 |
| - <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" /> |
51 |
| - <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" /> |
| 40 | + <preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/android/icon/drawable-xxxhdpi-icon.png" /> |
52 | 41 | </platform>
|
53 | 42 | <platform name="ios">
|
54 | 43 | <allow-intent href="itms:*" />
|
|
104 | 93 | <splash height="1792" src="resources/ios/splash/Default-1792h~iphone.png" width="828" />
|
105 | 94 | <splash height="828" src="resources/ios/splash/Default-Landscape-1792h~iphone.png" width="1792" />
|
106 | 95 | </platform>
|
107 |
| - <plugin name="cordova-plugin-whitelist" spec="1.3.3" /> |
108 |
| - <plugin name="cordova-plugin-statusbar" spec="2.4.2" /> |
109 |
| - <plugin name="cordova-plugin-device" spec="2.0.2" /> |
110 |
| - <plugin name="cordova-plugin-splashscreen" spec="5.0.2" /> |
111 |
| - <plugin name="cordova-plugin-ionic-webview" spec="^4.0.0" /> |
112 |
| - <plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" /> |
113 |
| - <allow-navigation href="http://localhost:8100" sessionid="7c348973" /> |
114 | 96 | </widget>
|
0 commit comments