mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
Update native tests
This commit is contained in:
parent
0c3254fd48
commit
167e283450
@ -63,8 +63,7 @@ public class CordovaWebViewTestActivity extends Activity {
|
||||
|
||||
AndroidWebView webView = (AndroidWebView) findViewById(R.id.cordovaWebView);
|
||||
cordovaWebView = webView;
|
||||
cordovaWebView.init(cordovaInterface, Config.getPluginEntries(), Config.getWhitelist(),
|
||||
Config.getExternalWhitelist(), Config.getPreferences());
|
||||
cordovaWebView.init(cordovaInterface, Config.getPluginEntries(), Config.getPreferences());
|
||||
|
||||
cordovaWebView.loadUrl(START_URL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user