Merge "Fix incorrect closing tag" into rvc-dev am: fb94ded221 am: bdbf0e5a72 am: aad2c42b47 am: 9dbbe51a24

Change-Id: I757a889e4862efef0654bfa2da3bb57a3345af53
This commit is contained in:
Diego Vela
2020-03-31 05:59:21 +00:00
committed by Automerger Merge Worker

View File

@@ -5798,7 +5798,7 @@ public abstract class Context {
* {@link android.view.LayoutInflater inflating} views, such that they can be inflated with
* proper {@link Resources}.
*
* Below is a sample code to <b>add an application overlay window on the primary display:<b/>
* Below is a sample code to <b>add an application overlay window on the primary display:</b>
* <pre class="prettyprint">
* ...
* final DisplayManager dm = anyContext.getSystemService(DisplayManager.class);