config.xml 499 B

1234567891011121314
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.megster.battery" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>Battery Test</name>
  4. <description>
  5. Cordova Bluetooth Plugin to read Battery Service
  6. </description>
  7. <author href="https://github.com/don">
  8. Don Coleman
  9. </author>
  10. <content src="index.html" />
  11. <access origin="*" />
  12. <preference name="orientation" value="portrait" />
  13. </widget>