Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f14ffc3 authored by Diego Vela's avatar Diego Vela
Browse files

Fix incorrect closing tag

Change incorrect opening bold tag to closed.

Bug: 152199751
Test: N/A - fixing a comment
Change-Id: I5dfa779c3093cc7d8dc6d4f6c2db07031da81e83
parent 4c8d22f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5792,7 +5792,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);