updated plugin.xml
This commit is contained in:
parent
12b3d5ca99
commit
c03463741a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="org.apache.cordova.core.splashscreen">
|
id="org.apache.cordova.core.SplashScreen">
|
||||||
version="0.1.0">
|
version="0.1.0">
|
||||||
<name>Splashscreen</name>
|
<name>Splashscreen</name>
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ id="org.apache.cordova.core.splashscreen">
|
|||||||
<platform name="android">
|
<platform name="android">
|
||||||
<config-file target="res/xml/config.xml" parent="/*">
|
<config-file target="res/xml/config.xml" parent="/*">
|
||||||
<feature name="SplashScreen">
|
<feature name="SplashScreen">
|
||||||
<param name="android-package" value="org.apache.cordova.core.splashscreen.SplashScreen"/>
|
<param name="android-package" value="org.apache.cordova.core.SplashScreen.SplashScreen"/>
|
||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user