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

config.xml 995B

123456789101112131415161718192021222324
  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. <name>HelloCordova</name>
  8. <description>
  9. A sample Apache Cordova application that responds to the deviceready event.
  10. </description>
  11. <author email="dev@cordova.apache.org" href="http://cordova.io">
  12. Apache Cordova Team
  13. </author>
  14. <content src="index.html" />
  15. <access origin="*" />
  16. <allow-intent href="http://*/*" />
  17. <allow-intent href="https://*/*" />
  18. <allow-intent href="tel:*" />
  19. <allow-intent href="sms:*" />
  20. <allow-intent href="mailto:*" />
  21. <allow-intent href="geo:*" />
  22. <allow-intent href="market:*" />
  23. <preference name="loglevel" value="DEBUG" />
  24. </widget>