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

Commit 299102f8 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix missing UI_MODE_SERVICE rename."

parents da576e8c 69fb574e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -961,7 +961,7 @@ class ContextImpl extends Context {
            return getDropBoxManager();
        } else if (DEVICE_POLICY_SERVICE.equals(name)) {
            return getDevicePolicyManager();
        } else if (UIMODE_SERVICE.equals(name)) {
        } else if (UI_MODE_SERVICE.equals(name)) {
            return getUiModeManager();
        }