-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
31 lines (24 loc) · 950 Bytes
/
config.xml
File metadata and controls
31 lines (24 loc) · 950 Bytes
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
<?xml version="1.0" encoding="utf-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.thallisphp.exemplo-1"
versionCode="10"
version = "1.0.4">
<!-- versionCode is optional and Android only -->
<name>Teste App</name>
<!--
<feature name="http://api.phonegap.com/1.0/network"/>
<feature name="http://api.phonegap.com/1.0/notification"/>
<access origin="http://webpicsites.com.br" subdomains="true" />
-->
<preference name="stay-in-webview" value="true" />
<preference name="fullscreen" value="false" />
<preference name="target-device" value="universal" />
<preference name="orientation" value="default" />
<description>
Descrição de teste
</description>
<author href="https://build.phonegap.com" email="thallisphp@outlook.com">
ThallisPHP
</author>
</widget>