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

Commit 314d760c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in strict mode violation message" into sc-dev

parents 6d768fb7 3be43d21
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.";