-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintelxdk.config.android.xml
32 lines (32 loc) · 2.33 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
28
29
30
31
32
<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="br.com.pagamentoagil.android" version="0.0.2" android-versionCode="2">
<!--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.4.1"/>
<name>Pagamento Ágil</name>
<description>Pagamento Ágil </description>
<author>NNET</author>
<content src="index.html"/>
<access origin="*"/>
<icon platform="android" src="splash-icons/36.png" density="ldpi" width="36" height="36"/>
<icon platform="android" src="splash-icons/48.png" density="mdpi" width="48" height="48"/>
<icon platform="android" src="splash-icons/72.png" density="hdpi" width="72" height="72"/>
<icon platform="android" src="splash-icons/96.png" density="xhdpi" width="96" height="96"/>
<splash platform="android" src="splash-icons/320x426.png" density="ldpi" width="320" height="426" orientation="portrait"/>
<splash platform="android" src="splash-icons/320x470.png" density="mdpi" width="320" height="470" orientation="portrait"/>
<splash platform="android" src="splash-icons/480x640.png" density="hdpi" width="480" height="640" orientation="portrait"/>
<splash platform="android" src="splash-icons/720x960.png" density="xhdpi" width="720" height="960" orientation="portrait"/>
<intelxdk:plugin intelxdk:name="InAppBrowser" intelxdk:value="cordova-plugin-inappbrowser" intelxdk:version="1.3.0" intelxdk:checksum="20f7ee20" intelxdk:type="file"/>
<intelxdk:plugin intelxdk:name="Cordova Network Whitelist Plugin (added by Intel XDK)" intelxdk:value="cordova-plugin-whitelist" intelxdk:version="1.2.1"/>
<preference name="android-minSdkVersion" value="14"/>
<preference name="android-targetSdkVersion" value="23"/>
<preference name="android-installLocation" value="auto"/>
<preference name="android-signed" value="true"/>
<platform name="android">
<preference name="Orientation" value="portrait"/></platform>
<preference name="Fullscreen" value="false"/>
<intelxdk:crosswalk version="16"/>
<preference name="splashscreen" value="splash"/>
<!--creationInfo:{"src":"","projectTypeName":"com.intel.xdk.projecttype.jsapp"}-->
<preference name="debuggable" value="false"/></widget>