Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

config.xml 2.1KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <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">
  3. <feature name="Whitelist">
  4. <param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
  5. <param name="onload" value="true" />
  6. </feature>
  7. <feature name="Device">
  8. <param name="android-package" value="org.apache.cordova.device.Device" />
  9. </feature>
  10. <name>ArtesaníasICP</name>
  11. <description>
  12. A sample Apache Cordova application that responds to the deviceready event.
  13. </description>
  14. <author email="dev@cordova.apache.org" href="http://cordova.io">
  15. Apache Cordova Team
  16. </author>
  17. <content src="index.html" />
  18. <access origin="*" />
  19. <allow-navigation href="http://*/*" />
  20. <allow-intent href="http://*/*" />
  21. <allow-intent href="https://*/*" />
  22. <allow-intent href="tel:*" />
  23. <allow-intent href="sms:*" />
  24. <allow-intent href="file://*" />
  25. <allow-intent href="mailto:*" />
  26. <allow-intent href="geo:*" />
  27. <icon background="icon/android/mipmap-ldpi-v26/ic_launcher_background.png" density="ldpi" foreground="icon/android/mipmap-ldpi-v26/ic_launcher_foreground.png" />
  28. <icon background="icon/android/mipmap-mdpi-v26/ic_launcher_background.png" density="mdpi" foreground="icon/android/mipmap-mdpi-v26/ic_launcher_foreground.png" />
  29. <icon background="icon/android/mipmap-hdpi-v26/ic_launcher_background.png" density="hdpi" foreground="icon/android/mipmap-hdpi-v26/ic_launcher_foreground.png" />
  30. <icon background="icon/android/mipmap-xhdpi-v26/ic_launcher_background.png" density="xhdpi" foreground="icon/android/mipmap-xhdpi-v26/ic_launcher_foreground.png" />
  31. <icon background="icon/android/mipmap-xxhdpi-v26/ic_launcher_background.png" density="xxhdpi" foreground="icon/android/mipmap-xxhdpi-v26/ic_launcher_foreground.png" />
  32. <icon background="icon/android/mipmap-xxxhdpi-v26/ic_launcher_background.png" density="xxxhdpi" foreground="icon/android/mipmap-xxxhdpi-v26/ic_launcher_foreground.png" />
  33. <preference name="loglevel" value="DEBUG" />
  34. </widget>