Merge "Put screensavers back in the icebox for now. DO NOT MERGE." into ics-mr1

This commit is contained in:
Daniel Sandler
2011-12-01 06:29:53 -08:00
committed by Android (Google) Code Review
7 changed files with 1 additions and 269 deletions

View File

@ -65,7 +65,7 @@ class UiModeManagerService extends IUiModeManager.Stub {
// Enable launching of applications when entering the dock.
private static final boolean ENABLE_LAUNCH_CAR_DOCK_APP = true;
private static final boolean ENABLE_LAUNCH_DESK_DOCK_APP = false;
private static final boolean ENABLE_LAUNCH_DESK_DOCK_APP = true;
private static final int MSG_UPDATE_TWILIGHT = 0;
private static final int MSG_ENABLE_LOCATION_UPDATES = 1;