-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathintelxdk.config.android.xml
More file actions
28 lines (28 loc) · 2.08 KB
/
Copy pathintelxdk.config.android.xml
File metadata and controls
28 lines (28 loc) · 2.08 KB
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
28
<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="not.yet.specified" version="1.0.0" 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="5.1.1"/>
<name>NIMMetS</name>
<description>Non-invasive Method. Metabolic Syndrom.</description>
<author>José Checa Claudel</author>
<content src="index.html"/>
<access origin="*"/>
<icon platform="android" src="images/icon_mdpi48x48.png" density="mdpi" width="48" height="48"/>
<icon platform="android" src="images/icon_hdpi72x72.png" density="hdpi" width="72" height="72"/>
<icon platform="android" src="images/icon_xhdpi96x96.png" density="xhdpi" width="96" height="96"/>
<icon platform="android" src="images/icon_mdpi36x36.png" density="ldpi" width="36" height="36"/>
<splash platform="android" src="images/splash320x426.png" density="ldpi" width="320" height="426" orientation="portrait"/>
<splash platform="android" src="images/splash320x470.png" density="mdpi" width="320" height="470" orientation="portrait"/>
<splash platform="android" src="images/splash480x640.png" density="hdpi" width="480" height="640" orientation="portrait"/>
<splash platform="android" src="images/splash720x960.png" density="xhdpi" width="720" height="960" orientation="portrait"/>
<intelxdk:plugin intelxdk:name="Cordova Legacy Whitelist Plugin" intelxdk:value="cordova-plugin-legacy-whitelist" intelxdk:version="1.1.0"/>
<preference name="android-minSdkVersion" value="14"/>
<preference name="android-targetSdkVersion" value="19"/>
<preference name="android-installLocation" value="auto"/>
<preference name="Fullscreen" value="true"/>
<preference name="splashscreen" value="splash"/>
<!--creationInfo:{"src":"","projectTypeName":"com.intel.xdk.projecttype.webapp"}-->
<preference name="debuggable" value="false"/>
<preference name="SplashScreenDelay" value="2000"/></widget>