12345678910111213141516171819202122232425262728293031323334 |
- <?xml version='1.0' encoding='utf-8'?>
- <widget id="io.cordova.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <feature name="Whitelist">
- <param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
- <param name="onload" value="true" />
- </feature>
- <feature name="Device">
- <param name="android-package" value="org.apache.cordova.device.Device" />
- </feature>
- <name>ArtesaníasICP</name>
- <description>
- A sample Apache Cordova application that responds to the deviceready event.
- </description>
- <author email="dev@cordova.apache.org" href="http://cordova.io">
- Apache Cordova Team
- </author>
- <content src="index.html" />
- <access origin="*" />
- <allow-navigation href="http://*/*" />
- <allow-intent href="http://*/*" />
- <allow-intent href="https://*/*" />
- <allow-intent href="tel:*" />
- <allow-intent href="sms:*" />
- <allow-intent href="file://*" />
- <allow-intent href="mailto:*" />
- <allow-intent href="geo:*" />
- <icon background="icon/android/mipmap-ldpi-v26/ic_launcher_background.png" density="ldpi" foreground="icon/android/mipmap-ldpi-v26/ic_launcher_foreground.png" />
- <icon background="icon/android/mipmap-mdpi-v26/ic_launcher_background.png" density="mdpi" foreground="icon/android/mipmap-mdpi-v26/ic_launcher_foreground.png" />
- <icon background="icon/android/mipmap-hdpi-v26/ic_launcher_background.png" density="hdpi" foreground="icon/android/mipmap-hdpi-v26/ic_launcher_foreground.png" />
- <icon background="icon/android/mipmap-xhdpi-v26/ic_launcher_background.png" density="xhdpi" foreground="icon/android/mipmap-xhdpi-v26/ic_launcher_foreground.png" />
- <icon background="icon/android/mipmap-xxhdpi-v26/ic_launcher_background.png" density="xxhdpi" foreground="icon/android/mipmap-xxhdpi-v26/ic_launcher_foreground.png" />
- <icon background="icon/android/mipmap-xxxhdpi-v26/ic_launcher_background.png" density="xxxhdpi" foreground="icon/android/mipmap-xxxhdpi-v26/ic_launcher_foreground.png" />
- <preference name="loglevel" value="DEBUG" />
- </widget>
|