mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:42:53 +08:00
20 lines
1.1 KiB
XML
20 lines
1.1 KiB
XML
<?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="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="Battery" value="com.phonegap.BatteryListener"/>
|
|
</plugins> |