2013-04-03 10:47:26 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-05-20 18:09:02 -07:00
|
|
|
id="org.apache.cordova.core.splashscreen">
|
2013-04-03 10:47:26 -07:00
|
|
|
version="0.1.0">
|
|
|
|
<name>Splashscreen</name>
|
|
|
|
|
|
|
|
<!-- android -->
|
|
|
|
<platform name="android">
|
2013-05-20 18:09:02 -07:00
|
|
|
<config-file target="res/xml/config.xml" parent="/*">
|
|
|
|
<plugin name="SplashScreen" value="org.apache.cordova.core.splashscreen.SplashScreen"/>
|
2013-04-03 10:47:26 -07:00
|
|
|
</config-file>
|
|
|
|
|
2013-05-20 18:09:02 -07:00
|
|
|
<source-file src="src/android/SplashScreen.java" target-dir="src/org/apache/cordova/core" />
|
2013-04-03 10:47:26 -07:00
|
|
|
|
2013-05-20 18:09:02 -07:00
|
|
|
</platform>
|
2013-04-03 10:47:26 -07:00
|
|
|
</plugin>
|