Skip to content

Instantly share code, notes, and snippets.

@m00sey
Created July 22, 2011 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m00sey/1100051 to your computer and use it in GitHub Desktop.
Save m00sey/1100051 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<plugins>
<plugin name="App" value="com.phonegap.App" />
<plugin name="Geolocation" value="com.phonegap.GeoBroker" />
<plugin name="Device" value="com.phonegap.Device" />
<plugin name="Accelerometer" value="com.phonegap.AccelListener" />
<plugin name="Compass" value="com.phonegap.CompassListener" />
<plugin name="Media" value="com.phonegap.AudioHandler" />
<plugin name="Camera" value="com.phonegap.CameraLauncher" />
<plugin name="Contacts" value="com.phonegap.ContactManager" />
<plugin name="Crypto" value="com.phonegap.CryptoHandler" />
<plugin name="File" value="com.phonegap.FileUtils" />
<!-- <plugin name="Location" value="com.phonegap.GeoBroker"/> -->
<plugin name="Network Status" value="com.phonegap.NetworkManager" />
<plugin name="Notification" value="com.phonegap.Notification" />
<plugin name="Storage" value="com.phonegap.Storage" />
<plugin name="Temperature" value="com.phonegap.TempListener" />
<plugin name="FileTransfer" value="com.phonegap.FileTransfer" />
<plugin name="Capture" value="com.phonegap.Capture" />
<plugin name="NdefPlugin" value="com.chariotsolutions.nfc.plugin.NdefPlugin"
load-on-startup="true" />
</plugins>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment