-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintelxdk.config.android.xml
27 lines (27 loc) · 2.16 KB
/
intelxdk.config.android.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="xdk.intel.blank.ad.template" version="0.0.1" android-versionCode="1">
<!--This file is generated by the Intel XDK. Do not edit this file as your edits will be lost. -->
<!--To change the contents of this file, see the documentation on the intelxdk.config.additions.xml file.-->
<intelxdk:version value="1.0"/>
<intelxdk:cordova-cli version="4.1.2"/>
<name>FeuOffline</name>
<description>Template to develop a Cordova mobile web app using the App Designer UI editor.</description>
<author>Intel XDK</author>
<content src="index.html"/>
<icon platform="android" src="icons/36x36.png" density="ldpi" width="36" height="36"/>
<icon platform="android" src="icons/48x48.png" density="mdpi" width="48" height="48"/>
<icon platform="android" src="icons/72x72.png" density="hdpi" width="72" height="72"/>
<icon platform="android" src="icons/96x96.png" density="xhdpi" width="96" height="96"/>
<splash platform="android" src="logo/320x470.png" density="mdpi" width="320" height="470" orientation="portrait"/>
<splash platform="android" src="logo/480x640.png" density="hdpi" width="480" height="640" orientation="portrait"/>
<splash platform="android" src="logo/720x960.png" density="xhdpi" width="720" height="960" orientation="portrait"/>
<splash platform="android" src="logo/320x426.png" density="ldpi" width="320" height="426" orientation="portrait"/>
<intelxdk:plugin intelxdk:name="File" intelxdk:value="org.apache.cordova.file" intelxdk:version="1.3.2"/>
<intelxdk:plugin intelxdk:name="Connection" intelxdk:value="org.apache.cordova.network-information" intelxdk:version="0.2.14"/>
<intelxdk:plugin intelxdk:name="SplashScreen" intelxdk:value="org.apache.cordova.splashscreen" intelxdk:version="0.3.5"/>
<preference name="android-minSdkVersion" value="10"/>
<preference name="android-targetSdkVersion" value="19"/>
<preference name="android-installLocation" value="auto"/>
<preference name="splashscreen" value="splash"/>
<!--creationInfo:{"src":"appDesigner","projectTypeName":"com.intel.xdk.projecttype.jsapp"}-->
<preference name="debuggable" value="false"/></widget>