Fixing the config.xml on tests to use the ActivityPlugin

This commit is contained in:
Joe Bowser 2013-06-14 15:31:23 -07:00
parent 86a24ebd0f
commit 6689827278

View File

@ -30,8 +30,7 @@
Apache Cordova Team
</author>
<access origin="*"/>
<access origin="*.apache.org"/>
<!-- <content src="http://mysite.com/myapp.html" /> for external pages -->
<content src="index.html" />
@ -42,6 +41,9 @@
<preference name="useBrowserHistory" value="true" />
<preference name="exit-on-suspend" value="false" />
<feature name="Activity">
<param name="android-package" value="org.apache.cordova.test.ActivityPlugin" />
</feature>
<feature name="App">
<param name="android-package" value="org.apache.cordova.App"/>
</feature>