mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
Fixing the config.xml on tests to use the ActivityPlugin
This commit is contained in:
parent
86a24ebd0f
commit
6689827278
@ -30,8 +30,7 @@
|
|||||||
Apache Cordova Team
|
Apache Cordova Team
|
||||||
</author>
|
</author>
|
||||||
|
|
||||||
<access origin="*"/>
|
<access origin="*.apache.org"/>
|
||||||
|
|
||||||
|
|
||||||
<!-- <content src="http://mysite.com/myapp.html" /> for external pages -->
|
<!-- <content src="http://mysite.com/myapp.html" /> for external pages -->
|
||||||
<content src="index.html" />
|
<content src="index.html" />
|
||||||
@ -42,6 +41,9 @@
|
|||||||
<preference name="useBrowserHistory" value="true" />
|
<preference name="useBrowserHistory" value="true" />
|
||||||
<preference name="exit-on-suspend" value="false" />
|
<preference name="exit-on-suspend" value="false" />
|
||||||
|
|
||||||
|
<feature name="Activity">
|
||||||
|
<param name="android-package" value="org.apache.cordova.test.ActivityPlugin" />
|
||||||
|
</feature>
|
||||||
<feature name="App">
|
<feature name="App">
|
||||||
<param name="android-package" value="org.apache.cordova.App"/>
|
<param name="android-package" value="org.apache.cordova.App"/>
|
||||||
</feature>
|
</feature>
|
||||||
|
Loading…
Reference in New Issue
Block a user