config.xml 695 B

123456789101112131415161718
  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:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>Contrl</name>
  4. <description>
  5. The remote end.
  6. </description>
  7. <author email="5658514@qq.com" href="https://caner.top">
  8. Caner
  9. </author>
  10. <content src="index.html" />
  11. <access origin="*" />
  12. <allow-intent href="http://*/*" />
  13. <allow-intent href="https://*/*" />
  14. <allow-intent href="tel:*" />
  15. <allow-intent href="sms:*" />
  16. <allow-intent href="mailto:*" />
  17. <allow-intent href="geo:*" />
  18. </widget>