Adding screenshot and activity to the test, although Actvity isn't a standard plugin

This commit is contained in:
Joe Bowser 2012-04-25 11:28:09 -07:00
parent 13ba1e4900
commit 5ab5cf03b5

View File

@ -16,4 +16,6 @@
<plugin name="FileTransfer" value="org.apache.cordova.FileTransfer"/>
<plugin name="Capture" value="org.apache.cordova.Capture"/>
<plugin name="Battery" value="org.apache.cordova.BatteryListener"/>
<plugin name="SplashScreen" value="org.apache.cordova.SplashScreen"/>
<plugin name="Activity" value="org.apache.cordova.test.ActivityPlugin" />
</plugins>