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

config.xml 1.3KB

1234567891011121314151617181920212223242526272829303132
  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="File">
  8. <param name="android-package" value="org.apache.cordova.file.FileUtils" />
  9. <param name="onload" value="true" />
  10. </feature>
  11. <allow-navigation href="cdvfile:*" />
  12. <feature name="CordovaHttpPlugin">
  13. <param name="android-package" value="com.silkimen.cordovahttp.CordovaHttpPlugin" />
  14. </feature>
  15. <name>HelloCordova</name>
  16. <description>
  17. A sample Apache Cordova application that responds to the deviceready event.
  18. </description>
  19. <author email="dev@cordova.apache.org" href="http://cordova.io">
  20. Apache Cordova Team
  21. </author>
  22. <content src="index.html" />
  23. <access origin="*" />
  24. <allow-intent href="http://*/*" />
  25. <allow-intent href="https://*/*" />
  26. <allow-intent href="tel:*" />
  27. <allow-intent href="sms:*" />
  28. <allow-intent href="mailto:*" />
  29. <allow-intent href="geo:*" />
  30. <allow-intent href="market:*" />
  31. <preference name="loglevel" value="DEBUG" />
  32. </widget>