CB-3831: Splashscreen.Splashscreen is not a plugin, this is breaking the plugin

This commit is contained in:
Joe Bowser 2013-06-24 12:20:36 -07:00
parent 49164dcfaa
commit a88b9af3ba

View File

@ -14,7 +14,7 @@ id="org.apache.cordova.core.SplashScreen">
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="SplashScreen">
<param name="android-package" value="org.apache.cordova.core.SplashScreen.SplashScreen"/>
<param name="android-package" value="org.apache.cordova.core.SplashScreen"/>
</feature>
</config-file>