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

Commit eb3640ce authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in strict mode violation message" into sc-dev am: 314d760c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13973508

Change-Id: Ibf5f079535cefe2d3de03bc29866c20c56026dd2
parents f226b076 314d760c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1996,7 +1996,7 @@ class ContextImpl extends Context {
                        + SystemServiceRegistry.getSystemServiceClassName(name)
                        + " from a non-visual Context:" + getOuterContext();
                final String message = "Visual services, such as WindowManager "
                        + "or LayoutInflater should be accessed from Activity or other visual "
                        + "or LayoutInflater should be accessed from Activity or another visual "
                        + "Context. Use an Activity or a Context created with "
                        + "Context#createWindowContext(int, Bundle), which are adjusted to "
                        + "the configuration and visual bounds of an area on screen.";