Loading core/java/android/content/Context.java +1 −1 Original line number Diff line number Diff line Loading @@ -5788,7 +5788,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); Loading Loading
core/java/android/content/Context.java +1 −1 Original line number Diff line number Diff line Loading @@ -5788,7 +5788,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); Loading