mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
Fix for merge problem. Tests passing again
This commit is contained in:
@@ -272,7 +272,7 @@ public class DroidGap extends Activity {
|
||||
appView.addJavascriptInterface(mKey, "BackButton");
|
||||
appView.addJavascriptInterface(audio, "GapAudio");
|
||||
appView.addJavascriptInterface(callbackServer, "CallbackServer");
|
||||
//appView.addJavascriptInterface(new SplashScreen(this), "SplashScreen");
|
||||
appView.addJavascriptInterface(new SplashScreen(this), "SplashScreen");
|
||||
|
||||
if (android.os.Build.VERSION.RELEASE.startsWith("1."))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user