File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 143143 * </pre>
144144 *
145145 * <p>Then load the desired web page:</p>
146+ * <pre>
146147 * // Simplest usage: note that an exception will NOT be thrown
147148 * // if there is an error loading this page (see below).
148149 * webview.loadUrl("http://slashdot.org/");
149150 *
150151 * // OR, you can also load from an HTML string:
151- * String summary = "<html><body>You scored <b>192< /b> points.</body></html>";
152+ * String summary = "<html><body>You scored <b>192< /b> points.</body></html>";
152153 * webview.loadData(summary, "text/html", "utf-8");
153154 * // ... although note that there are restrictions on what this HTML can do.
154155 * // See the JavaDocs for {@link #loadData(String,String,String) loadData()} and {@link
You can’t perform that action at this time.
0 commit comments