Merge "cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1" into klp-modular-docs

This commit is contained in:
Robert Ly
2014-07-23 20:59:29 +00:00
committed by Android (Google) Code Review

View File

@@ -87,7 +87,7 @@ import java.util.Map;
* </pre>
* <p>See {@link android.content.Intent} for more information.</p>
*
* <p>To provide a WebView in your own Activity, include a {@code <WebView>} in your layout,
* <p>To provide a WebView in your own Activity, include a {@code &lt;WebView&gt;} in your layout,
* or set the entire Activity window as a WebView during {@link
* android.app.Activity#onCreate(Bundle) onCreate()}:</p>
* <pre class="prettyprint">