Fix missing UI_MODE_SERVICE rename.

This commit is contained in:
Tobias Haamel
2010-02-22 21:54:05 +01:00
parent 5333288354
commit 69fb574e29

View File

@@ -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();
}