2016-05-16 15:43:27 -06:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<widget id="com.netsyms.SnipeITMobile" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
|
|
<preference name="loglevel" value="DEBUG" />
|
2016-05-16 17:19:54 -06:00
|
|
|
<feature name="Notification">
|
|
|
|
<param name="android-package" value="org.apache.cordova.dialogs.Notification" />
|
|
|
|
</feature>
|
|
|
|
<feature name="File">
|
|
|
|
<param name="android-package" value="org.apache.cordova.file.FileUtils" />
|
|
|
|
<param name="onload" value="true" />
|
|
|
|
</feature>
|
|
|
|
<feature name="Media">
|
|
|
|
<param name="android-package" value="org.apache.cordova.media.AudioHandler" />
|
|
|
|
</feature>
|
|
|
|
<feature name="FileTransfer">
|
|
|
|
<param name="android-package" value="org.apache.cordova.filetransfer.FileTransfer" />
|
|
|
|
</feature>
|
|
|
|
<feature name="Capture">
|
|
|
|
<param name="android-package" value="org.apache.cordova.mediacapture.Capture" />
|
|
|
|
</feature>
|
|
|
|
<feature name="Compass">
|
|
|
|
<param name="android-package" value="org.apache.cordova.deviceorientation.CompassListener" />
|
|
|
|
</feature>
|
|
|
|
<feature name="Device">
|
|
|
|
<param name="android-package" value="org.apache.cordova.device.Device" />
|
|
|
|
</feature>
|
|
|
|
<feature name="Battery">
|
|
|
|
<param name="android-package" value="org.apache.cordova.batterystatus.BatteryListener" />
|
|
|
|
</feature>
|
|
|
|
<feature name="Camera">
|
|
|
|
<param name="android-package" value="org.apache.cordova.camera.CameraLauncher" />
|
|
|
|
</feature>
|
|
|
|
<feature name="Contacts">
|
|
|
|
<param name="android-package" value="org.apache.cordova.contacts.ContactManager" />
|
|
|
|
</feature>
|
|
|
|
<feature name="Accelerometer">
|
|
|
|
<param name="android-package" value="org.apache.cordova.devicemotion.AccelListener" />
|
|
|
|
</feature>
|
|
|
|
<feature name="Geolocation">
|
|
|
|
<param name="android-package" value="org.apache.cordova.geolocation.Geolocation" />
|
|
|
|
</feature>
|
|
|
|
<feature name="Vibration">
|
|
|
|
<param name="android-package" value="org.apache.cordova.vibration.Vibration" />
|
|
|
|
</feature>
|
|
|
|
<feature name="NetworkStatus">
|
|
|
|
<param name="android-package" value="org.apache.cordova.networkinformation.NetworkManager" />
|
2016-05-16 15:43:27 -06:00
|
|
|
</feature>
|
|
|
|
<feature name="Whitelist">
|
|
|
|
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
|
|
|
|
<param name="onload" value="true" />
|
|
|
|
</feature>
|
|
|
|
<allow-intent href="market:*" />
|
|
|
|
<name>Snipe IT Mobile</name>
|
|
|
|
<description>
|
|
|
|
A sample Apache Cordova application that responds to the deviceready event.
|
|
|
|
</description>
|
|
|
|
<author email="dev@cordova.apache.org" href="http://cordova.io">
|
|
|
|
Apache Cordova Team
|
|
|
|
</author>
|
|
|
|
<content src="index.html" />
|
|
|
|
<access origin="*" />
|
|
|
|
<allow-intent href="http://*/*" />
|
|
|
|
<allow-intent href="https://*/*" />
|
|
|
|
<allow-intent href="tel:*" />
|
|
|
|
<allow-intent href="sms:*" />
|
|
|
|
<allow-intent href="mailto:*" />
|
|
|
|
<allow-intent href="geo:*" />
|
|
|
|
</widget>
|