CB-3679 Break Android splashscreen logic into splascreen plugin

This commit is contained in:
Andrew Grieve
2014-11-17 23:48:45 -08:00
parent f67216d64a
commit 50e4887aa1
2 changed files with 232 additions and 7 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="SplashScreen">
<param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen"/>
<param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen"/>
<param name="onload" value="true"/>
</feature>
</config-file>