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

Commit 3be43d21 authored by Cole Faust's avatar Cole Faust
Browse files

Fix typo in strict mode violation message

Change-Id: Ic3c41621dcd8af1c0c60a5f3ef26b80fdab45c19
Fixes: 183513884
Test: Presubmits
parent e3e4c1f9
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.";