We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c6076 commit d627b01Copy full SHA for d627b01
chapter9/WebViewTest/app/src/main/java/com/example/webviewtest/MainActivity.java
@@ -14,7 +14,7 @@ protected void onCreate(Bundle savedInstanceState) {
14
WebView webView = (WebView) findViewById(R.id.web_view);
15
webView.getSettings().setJavaScriptEnabled(true);
16
webView.setWebViewClient(new WebViewClient());
17
- webView.loadUrl("http://www.baidu.com");
+ webView.loadUrl("https://www.baidu.com");
18
}
19
20
0 commit comments