Merge "Fix missing UI_MODE_SERVICE rename."
This commit is contained in:
committed by
Android (Google) Code Review
commit
299102f8c3
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user