blob: 5e1e1e0a592585852b828b36203fdea8a76e10cd [file] [log] [blame]
Dianne Hackborn7299c412010-03-04 18:41:49 -08001/*
2 * Copyright (C) 2008 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package com.android.server;
18
Justin Klaassen908b86c2016-08-08 09:18:42 -070019import android.annotation.Nullable;
Dianne Hackborn7299c412010-03-04 18:41:49 -080020import android.app.Activity;
Jeff Brown62c82e42012-09-26 01:30:41 -070021import android.app.ActivityManager;
Dianne Hackborn7299c412010-03-04 18:41:49 -080022import android.app.IUiModeManager;
23import android.app.Notification;
24import android.app.NotificationManager;
25import android.app.PendingIntent;
26import android.app.StatusBarManager;
27import android.app.UiModeManager;
Dianne Hackborn7299c412010-03-04 18:41:49 -080028import android.content.BroadcastReceiver;
29import android.content.Context;
30import android.content.Intent;
31import android.content.IntentFilter;
32import android.content.pm.PackageManager;
33import android.content.res.Configuration;
Alan Viverette4cc1e9e2015-02-12 11:01:06 -080034import android.content.res.Resources;
Mike Lockwoode29db6a2010-03-05 13:45:51 -050035import android.os.BatteryManager;
Dianne Hackborn7299c412010-03-04 18:41:49 -080036import android.os.Binder;
Dianne Hackborn7299c412010-03-04 18:41:49 -080037import android.os.Handler;
Adam Lesinski182f73f2013-12-05 16:48:06 -080038import android.os.IBinder;
Mike Lockwoode29db6a2010-03-05 13:45:51 -050039import android.os.PowerManager;
Dianne Hackborn7299c412010-03-04 18:41:49 -080040import android.os.RemoteException;
Jason Monk97a06a12016-11-09 15:53:30 -050041import android.os.SystemProperties;
Dianne Hackborn5ac72a22012-08-29 18:32:08 -070042import android.os.UserHandle;
Dianne Hackborn2ccda4d2010-03-22 21:49:15 -070043import android.provider.Settings;
Jeff Brown11159e92012-10-11 15:58:37 -070044import android.service.dreams.Sandman;
Dianne Hackborn7299c412010-03-04 18:41:49 -080045import android.util.Slog;
Jason Monk97a06a12016-11-09 15:53:30 -050046import android.view.WindowManagerInternal;
47import android.view.WindowManagerPolicy;
Dianne Hackborn7299c412010-03-04 18:41:49 -080048
49import java.io.FileDescriptor;
50import java.io.PrintWriter;
51
52import com.android.internal.R;
53import com.android.internal.app.DisableCarModeActivity;
Jason Monk97a06a12016-11-09 15:53:30 -050054import com.android.server.power.ShutdownThread;
Adam Lesinski182f73f2013-12-05 16:48:06 -080055import com.android.server.twilight.TwilightListener;
56import com.android.server.twilight.TwilightManager;
57import com.android.server.twilight.TwilightState;
Jason Monk97a06a12016-11-09 15:53:30 -050058import com.android.server.wm.WindowManagerService;
Dianne Hackborn7299c412010-03-04 18:41:49 -080059
Adam Lesinski182f73f2013-12-05 16:48:06 -080060final class UiModeManagerService extends SystemService {
Dianne Hackborn7299c412010-03-04 18:41:49 -080061 private static final String TAG = UiModeManager.class.getSimpleName();
62 private static final boolean LOG = false;
63
Daniel Sandler11ddf532011-11-16 11:10:03 -080064 // Enable launching of applications when entering the dock.
John Spurlock960779d2012-05-29 14:37:05 -040065 private static final boolean ENABLE_LAUNCH_DESK_DOCK_APP = true;
Daniel Sandler11ddf532011-11-16 11:10:03 -080066
Dianne Hackborn7299c412010-03-04 18:41:49 -080067 final Object mLock = new Object();
Dianne Hackborn7299c412010-03-04 18:41:49 -080068 private int mDockState = Intent.EXTRA_DOCK_STATE_UNDOCKED;
Bernd Holzheyba9ab182010-03-12 09:30:29 +010069
Adam Lesinski182f73f2013-12-05 16:48:06 -080070 private int mLastBroadcastState = Intent.EXTRA_DOCK_STATE_UNDOCKED;
Alan Viverette4cc1e9e2015-02-12 11:01:06 -080071 private int mNightMode = UiModeManager.MODE_NIGHT_NO;
Adam Lesinski182f73f2013-12-05 16:48:06 -080072
Dianne Hackborn7299c412010-03-04 18:41:49 -080073 private boolean mCarModeEnabled = false;
Mike Lockwoode29db6a2010-03-05 13:45:51 -050074 private boolean mCharging = false;
Adam Lesinski182f73f2013-12-05 16:48:06 -080075 private int mDefaultUiModeType;
76 private boolean mCarModeKeepsScreenOn;
77 private boolean mDeskModeKeepsScreenOn;
78 private boolean mTelevision;
John Spurlock6c191292014-04-03 16:37:27 -040079 private boolean mWatch;
Dianne Hackborn7299c412010-03-04 18:41:49 -080080 private boolean mComputedNightMode;
keunyoung1d0a7cc2014-07-28 13:12:50 -070081 private int mCarModeEnableFlags;
Adam Lesinski182f73f2013-12-05 16:48:06 -080082
keunyounga7710492015-09-23 11:33:58 -070083 // flag set by resource, whether to enable Car dock launch when starting car mode.
84 private boolean mEnableCarDockLaunch = true;
85 // flag set by resource, whether to lock UI mode to the default one or not.
86 private boolean mUiModeLocked = false;
87 // flag set by resource, whether to night mode change for normal all or not.
88 private boolean mNightModeLocked = false;
89
Adam Lesinski182f73f2013-12-05 16:48:06 -080090 int mCurUiMode = 0;
Dianne Hackbornb8b11a02010-03-10 15:53:11 -080091 private int mSetUiMode = 0;
Dianne Hackbornb8b11a02010-03-10 15:53:11 -080092 private boolean mHoldingConfiguration = false;
Adam Lesinski182f73f2013-12-05 16:48:06 -080093
Dianne Hackborn7299c412010-03-04 18:41:49 -080094 private Configuration mConfiguration = new Configuration();
Adam Lesinski182f73f2013-12-05 16:48:06 -080095 boolean mSystemReady;
Bernd Holzheyba9ab182010-03-12 09:30:29 +010096
Adam Lesinski182f73f2013-12-05 16:48:06 -080097 private final Handler mHandler = new Handler();
Dianne Hackborn7299c412010-03-04 18:41:49 -080098
Adam Lesinski182f73f2013-12-05 16:48:06 -080099 private TwilightManager mTwilightManager;
Dianne Hackborn7299c412010-03-04 18:41:49 -0800100 private NotificationManager mNotificationManager;
Dianne Hackborn7299c412010-03-04 18:41:49 -0800101 private StatusBarManager mStatusBarManager;
Jeff Brown9fca9e92012-10-05 14:42:56 -0700102
Adam Lesinski182f73f2013-12-05 16:48:06 -0800103 private PowerManager.WakeLock mWakeLock;
Dianne Hackborn7299c412010-03-04 18:41:49 -0800104
Jeff Brownb880d882014-02-10 19:47:07 -0800105 public UiModeManagerService(Context context) {
106 super(context);
107 }
108
Adam Lesinski182f73f2013-12-05 16:48:06 -0800109 private static Intent buildHomeIntent(String category) {
Dianne Hackbornf5c5d222010-04-09 13:14:48 -0700110 Intent intent = new Intent(Intent.ACTION_MAIN);
111 intent.addCategory(category);
112 intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
113 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
114 return intent;
115 }
John Spurlock960779d2012-05-29 14:37:05 -0400116
Dianne Hackborn7299c412010-03-04 18:41:49 -0800117 // The broadcast receiver which receives the result of the ordered broadcast sent when
118 // the dock state changes. The original ordered broadcast is sent with an initial result
119 // code of RESULT_OK. If any of the registered broadcast receivers changes this value, e.g.,
120 // to RESULT_CANCELED, then the intent to start a dock app will not be sent.
121 private final BroadcastReceiver mResultReceiver = new BroadcastReceiver() {
122 @Override
123 public void onReceive(Context context, Intent intent) {
124 if (getResultCode() != Activity.RESULT_OK) {
Daniel Sandler69a1da42011-11-04 15:08:30 -0400125 if (LOG) {
John Spurlock960779d2012-05-29 14:37:05 -0400126 Slog.v(TAG, "Handling broadcast result for action " + intent.getAction()
Daniel Sandler69a1da42011-11-04 15:08:30 -0400127 + ": canceled: " + getResultCode());
128 }
Dianne Hackborn7299c412010-03-04 18:41:49 -0800129 return;
130 }
131
Jeff Brown62c82e42012-09-26 01:30:41 -0700132 final int enableFlags = intent.getIntExtra("enableFlags", 0);
133 final int disableFlags = intent.getIntExtra("disableFlags", 0);
Dianne Hackbornb8b11a02010-03-10 15:53:11 -0800134 synchronized (mLock) {
Jeff Brown62c82e42012-09-26 01:30:41 -0700135 updateAfterBroadcastLocked(intent.getAction(), enableFlags, disableFlags);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800136 }
137 }
138 };
139
Dianne Hackborn7299c412010-03-04 18:41:49 -0800140 private final BroadcastReceiver mDockModeReceiver = new BroadcastReceiver() {
141 @Override
142 public void onReceive(Context context, Intent intent) {
143 int state = intent.getIntExtra(Intent.EXTRA_DOCK_STATE,
144 Intent.EXTRA_DOCK_STATE_UNDOCKED);
145 updateDockState(state);
146 }
147 };
148
Mike Lockwoode29db6a2010-03-05 13:45:51 -0500149 private final BroadcastReceiver mBatteryReceiver = new BroadcastReceiver() {
150 @Override
151 public void onReceive(Context context, Intent intent) {
152 mCharging = (intent.getIntExtra(BatteryManager.EXTRA_PLUGGED, 0) != 0);
153 synchronized (mLock) {
154 if (mSystemReady) {
Dianne Hackbornf5c5d222010-04-09 13:14:48 -0700155 updateLocked(0, 0);
Mike Lockwoode29db6a2010-03-05 13:45:51 -0500156 }
157 }
158 }
159 };
160
Adam Lesinski182f73f2013-12-05 16:48:06 -0800161 private final TwilightListener mTwilightListener = new TwilightListener() {
Dianne Hackborn57f45032010-06-17 15:49:33 -0700162 @Override
Justin Klaassen908b86c2016-08-08 09:18:42 -0700163 public void onTwilightStateChanged(@Nullable TwilightState state) {
164 synchronized (mLock) {
165 if (mNightMode == UiModeManager.MODE_NIGHT_AUTO) {
166 updateComputedNightModeLocked();
167 updateLocked(0, 0);
168 }
169 }
Dianne Hackborn57f45032010-06-17 15:49:33 -0700170 }
171 };
172
Adam Lesinski182f73f2013-12-05 16:48:06 -0800173 @Override
174 public void onStart() {
175 final Context context = getContext();
Alan Viverette4cc1e9e2015-02-12 11:01:06 -0800176
Adam Lesinski182f73f2013-12-05 16:48:06 -0800177 final PowerManager powerManager =
178 (PowerManager) context.getSystemService(Context.POWER_SERVICE);
179 mWakeLock = powerManager.newWakeLock(PowerManager.FULL_WAKE_LOCK, TAG);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800180
Adam Lesinski182f73f2013-12-05 16:48:06 -0800181 context.registerReceiver(mDockModeReceiver,
Dianne Hackborn7299c412010-03-04 18:41:49 -0800182 new IntentFilter(Intent.ACTION_DOCK_EVENT));
Adam Lesinski182f73f2013-12-05 16:48:06 -0800183 context.registerReceiver(mBatteryReceiver,
Mike Lockwoode29db6a2010-03-05 13:45:51 -0500184 new IntentFilter(Intent.ACTION_BATTERY_CHANGED));
185
Dianne Hackborn7299c412010-03-04 18:41:49 -0800186 mConfiguration.setToDefaults();
Mike Lockwoode29db6a2010-03-05 13:45:51 -0500187
Alan Viverette4cc1e9e2015-02-12 11:01:06 -0800188 final Resources res = context.getResources();
189 mDefaultUiModeType = res.getInteger(
Joe Onorato44fcb832011-12-14 20:59:30 -0800190 com.android.internal.R.integer.config_defaultUiModeType);
Alan Viverette4cc1e9e2015-02-12 11:01:06 -0800191 mCarModeKeepsScreenOn = (res.getInteger(
Mike Lockwoode29db6a2010-03-05 13:45:51 -0500192 com.android.internal.R.integer.config_carDockKeepsScreenOn) == 1);
Alan Viverette4cc1e9e2015-02-12 11:01:06 -0800193 mDeskModeKeepsScreenOn = (res.getInteger(
Mike Lockwoode29db6a2010-03-05 13:45:51 -0500194 com.android.internal.R.integer.config_deskDockKeepsScreenOn) == 1);
keunyounga7710492015-09-23 11:33:58 -0700195 mEnableCarDockLaunch = res.getBoolean(
196 com.android.internal.R.bool.config_enableCarDockHomeLaunch);
197 mUiModeLocked = res.getBoolean(com.android.internal.R.bool.config_lockUiMode);
198 mNightModeLocked = res.getBoolean(com.android.internal.R.bool.config_lockDayNightMode);
Dianne Hackborn0cf2c8a2012-05-17 17:29:49 -0700199
Alan Viverette4cc1e9e2015-02-12 11:01:06 -0800200 final PackageManager pm = context.getPackageManager();
201 mTelevision = pm.hasSystemFeature(PackageManager.FEATURE_TELEVISION)
202 || pm.hasSystemFeature(PackageManager.FEATURE_LEANBACK);
203 mWatch = pm.hasSystemFeature(PackageManager.FEATURE_WATCH);
204
205 final int defaultNightMode = res.getInteger(
206 com.android.internal.R.integer.config_defaultNightMode);
Adam Lesinski182f73f2013-12-05 16:48:06 -0800207 mNightMode = Settings.Secure.getInt(context.getContentResolver(),
Alan Viverette4cc1e9e2015-02-12 11:01:06 -0800208 Settings.Secure.UI_NIGHT_MODE, defaultNightMode);
Jeff Brown2416e092012-08-21 22:12:20 -0700209
Adam Lesinski05199e82015-03-19 14:37:11 -0700210 // Update the initial, static configurations.
Fyodor Kupolove29a5a12016-12-16 16:14:17 -0800211 SystemServerInitThreadPool.get().submit(() -> {
212 synchronized (mLock) {
213 updateConfigurationLocked();
214 sendConfigurationLocked();
215 }
Adam Lesinski182f73f2013-12-05 16:48:06 -0800216
Fyodor Kupolove29a5a12016-12-16 16:14:17 -0800217 }, TAG + ".onStart");
Adam Lesinski182f73f2013-12-05 16:48:06 -0800218 publishBinderService(Context.UI_MODE_SERVICE, mService);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800219 }
220
Adam Lesinski182f73f2013-12-05 16:48:06 -0800221 private final IBinder mService = new IUiModeManager.Stub() {
222 @Override
223 public void enableCarMode(int flags) {
keunyounga7710492015-09-23 11:33:58 -0700224 if (isUiModeLocked()) {
225 Slog.e(TAG, "enableCarMode while UI mode is locked");
226 return;
227 }
Adam Lesinski182f73f2013-12-05 16:48:06 -0800228 final long ident = Binder.clearCallingIdentity();
229 try {
230 synchronized (mLock) {
keunyoung1d0a7cc2014-07-28 13:12:50 -0700231 setCarModeLocked(true, flags);
Adam Lesinski182f73f2013-12-05 16:48:06 -0800232 if (mSystemReady) {
233 updateLocked(flags, 0);
234 }
Jeff Brown487bb6e2012-10-11 13:35:42 -0700235 }
Adam Lesinski182f73f2013-12-05 16:48:06 -0800236 } finally {
237 Binder.restoreCallingIdentity(ident);
Mike Lockwood924e1642010-03-05 11:56:53 -0500238 }
Dianne Hackborn7299c412010-03-04 18:41:49 -0800239 }
Dianne Hackborn7299c412010-03-04 18:41:49 -0800240
Adam Lesinski182f73f2013-12-05 16:48:06 -0800241 @Override
242 public void disableCarMode(int flags) {
keunyounga7710492015-09-23 11:33:58 -0700243 if (isUiModeLocked()) {
244 Slog.e(TAG, "disableCarMode while UI mode is locked");
245 return;
246 }
Adam Lesinski182f73f2013-12-05 16:48:06 -0800247 final long ident = Binder.clearCallingIdentity();
248 try {
249 synchronized (mLock) {
keunyoung1d0a7cc2014-07-28 13:12:50 -0700250 setCarModeLocked(false, 0);
Adam Lesinski182f73f2013-12-05 16:48:06 -0800251 if (mSystemReady) {
252 updateLocked(0, flags);
253 }
Jeff Brown487bb6e2012-10-11 13:35:42 -0700254 }
Adam Lesinski182f73f2013-12-05 16:48:06 -0800255 } finally {
256 Binder.restoreCallingIdentity(ident);
Mike Lockwood924e1642010-03-05 11:56:53 -0500257 }
Jeff Brown487bb6e2012-10-11 13:35:42 -0700258 }
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100259
Adam Lesinski182f73f2013-12-05 16:48:06 -0800260 @Override
261 public int getCurrentModeType() {
262 final long ident = Binder.clearCallingIdentity();
263 try {
264 synchronized (mLock) {
265 return mCurUiMode & Configuration.UI_MODE_TYPE_MASK;
Jeff Brown487bb6e2012-10-11 13:35:42 -0700266 }
Adam Lesinski182f73f2013-12-05 16:48:06 -0800267 } finally {
268 Binder.restoreCallingIdentity(ident);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800269 }
270 }
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100271
Adam Lesinski182f73f2013-12-05 16:48:06 -0800272 @Override
273 public void setNightMode(int mode) {
keunyounga7710492015-09-23 11:33:58 -0700274 if (isNightModeLocked() && (getContext().checkCallingOrSelfPermission(
275 android.Manifest.permission.MODIFY_DAY_NIGHT_MODE)
276 != PackageManager.PERMISSION_GRANTED)) {
277 Slog.e(TAG,
278 "Night mode locked, requires MODIFY_DAY_NIGHT_MODE permission");
279 return;
280 }
Adam Lesinski182f73f2013-12-05 16:48:06 -0800281 switch (mode) {
282 case UiModeManager.MODE_NIGHT_NO:
283 case UiModeManager.MODE_NIGHT_YES:
284 case UiModeManager.MODE_NIGHT_AUTO:
285 break;
286 default:
287 throw new IllegalArgumentException("Unknown mode: " + mode);
288 }
289
290 final long ident = Binder.clearCallingIdentity();
291 try {
292 synchronized (mLock) {
Alan Viverette4cc1e9e2015-02-12 11:01:06 -0800293 if (mNightMode != mode) {
Adam Lesinski182f73f2013-12-05 16:48:06 -0800294 Settings.Secure.putInt(getContext().getContentResolver(),
295 Settings.Secure.UI_NIGHT_MODE, mode);
296 mNightMode = mode;
297 updateLocked(0, 0);
298 }
299 }
300 } finally {
301 Binder.restoreCallingIdentity(ident);
302 }
303 }
304
305 @Override
Jason Monk97a06a12016-11-09 15:53:30 -0500306 public void setTheme(String theme) {
307 if (getContext().checkCallingOrSelfPermission(
308 android.Manifest.permission.MODIFY_THEME_OVERLAY)
309 != PackageManager.PERMISSION_GRANTED) {
310 Slog.e(TAG, "setTheme requires MODIFY_THEME_OVERLAY permission");
311 return;
312 }
313 SystemProperties.set("persist.vendor.overlay.theme", theme);
314 mHandler.post(() -> ShutdownThread.reboot(getContext(),
315 PowerManager.SHUTDOWN_USER_REQUESTED, false));
316 }
317
318 @Override
319 public String getTheme() {
320 if (getContext().checkCallingOrSelfPermission(
321 android.Manifest.permission.MODIFY_THEME_OVERLAY)
322 != PackageManager.PERMISSION_GRANTED) {
323 Slog.e(TAG, "setTheme requires MODIFY_THEME_OVERLAY permission");
324 return null;
325 }
326 return SystemProperties.get("persist.vendor.overlay.theme");
327 }
328
329 @Override
Adam Lesinski182f73f2013-12-05 16:48:06 -0800330 public int getNightMode() {
331 synchronized (mLock) {
332 return mNightMode;
333 }
334 }
335
336 @Override
keunyounga7710492015-09-23 11:33:58 -0700337 public boolean isUiModeLocked() {
338 synchronized (mLock) {
339 return mUiModeLocked;
340 }
341 }
342
343 @Override
344 public boolean isNightModeLocked() {
345 synchronized (mLock) {
346 return mNightModeLocked;
347 }
348 }
349
350 @Override
Adam Lesinski182f73f2013-12-05 16:48:06 -0800351 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
352 if (getContext().checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
353 != PackageManager.PERMISSION_GRANTED) {
354
355 pw.println("Permission Denial: can't dump uimode service from from pid="
356 + Binder.getCallingPid()
357 + ", uid=" + Binder.getCallingUid());
358 return;
359 }
360
361 dumpImpl(pw);
362 }
363 };
364
365 void dumpImpl(PrintWriter pw) {
Jeff Brown487bb6e2012-10-11 13:35:42 -0700366 synchronized (mLock) {
Adam Lesinski182f73f2013-12-05 16:48:06 -0800367 pw.println("Current UI Mode Service state:");
368 pw.print(" mDockState="); pw.print(mDockState);
369 pw.print(" mLastBroadcastState="); pw.println(mLastBroadcastState);
370 pw.print(" mNightMode="); pw.print(mNightMode);
keunyounga7710492015-09-23 11:33:58 -0700371 pw.print(" mNightModeLocked="); pw.print(mNightModeLocked);
Adam Lesinski182f73f2013-12-05 16:48:06 -0800372 pw.print(" mCarModeEnabled="); pw.print(mCarModeEnabled);
keunyoung1d0a7cc2014-07-28 13:12:50 -0700373 pw.print(" mComputedNightMode="); pw.print(mComputedNightMode);
keunyounga7710492015-09-23 11:33:58 -0700374 pw.print(" mCarModeEnableFlags="); pw.print(mCarModeEnableFlags);
375 pw.print(" mEnableCarDockLaunch="); pw.println(mEnableCarDockLaunch);
Adam Lesinski182f73f2013-12-05 16:48:06 -0800376 pw.print(" mCurUiMode=0x"); pw.print(Integer.toHexString(mCurUiMode));
keunyounga7710492015-09-23 11:33:58 -0700377 pw.print(" mUiModeLocked="); pw.print(mUiModeLocked);
Adam Lesinski182f73f2013-12-05 16:48:06 -0800378 pw.print(" mSetUiMode=0x"); pw.println(Integer.toHexString(mSetUiMode));
379 pw.print(" mHoldingConfiguration="); pw.print(mHoldingConfiguration);
380 pw.print(" mSystemReady="); pw.println(mSystemReady);
Adam Lesinski05199e82015-03-19 14:37:11 -0700381 if (mTwilightManager != null) {
382 // We may not have a TwilightManager.
Justin Klaassen908b86c2016-08-08 09:18:42 -0700383 pw.print(" mTwilightService.getLastTwilightState()=");
384 pw.println(mTwilightManager.getLastTwilightState());
Adam Lesinski05199e82015-03-19 14:37:11 -0700385 }
Jeff Brown487bb6e2012-10-11 13:35:42 -0700386 }
Dianne Hackborn7299c412010-03-04 18:41:49 -0800387 }
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100388
Adam Lesinski182f73f2013-12-05 16:48:06 -0800389 @Override
390 public void onBootPhase(int phase) {
391 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) {
392 synchronized (mLock) {
Adam Lesinski05199e82015-03-19 14:37:11 -0700393 mTwilightManager = getLocalService(TwilightManager.class);
Adam Lesinski182f73f2013-12-05 16:48:06 -0800394 mSystemReady = true;
395 mCarModeEnabled = mDockState == Intent.EXTRA_DOCK_STATE_CAR;
396 updateComputedNightModeLocked();
397 updateLocked(0, 0);
398 }
Dianne Hackborn7299c412010-03-04 18:41:49 -0800399 }
400 }
401
keunyoung1d0a7cc2014-07-28 13:12:50 -0700402 void setCarModeLocked(boolean enabled, int flags) {
Dianne Hackborn7299c412010-03-04 18:41:49 -0800403 if (mCarModeEnabled != enabled) {
404 mCarModeEnabled = enabled;
Dianne Hackborn7299c412010-03-04 18:41:49 -0800405 }
keunyoung1d0a7cc2014-07-28 13:12:50 -0700406 mCarModeEnableFlags = flags;
Dianne Hackborn7299c412010-03-04 18:41:49 -0800407 }
408
Jeff Brown487bb6e2012-10-11 13:35:42 -0700409 private void updateDockState(int newState) {
Dianne Hackborn7299c412010-03-04 18:41:49 -0800410 synchronized (mLock) {
411 if (newState != mDockState) {
412 mDockState = newState;
keunyoung1d0a7cc2014-07-28 13:12:50 -0700413 setCarModeLocked(mDockState == Intent.EXTRA_DOCK_STATE_CAR, 0);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800414 if (mSystemReady) {
Dianne Hackbornf5c5d222010-04-09 13:14:48 -0700415 updateLocked(UiModeManager.ENABLE_CAR_MODE_GO_CAR_HOME, 0);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800416 }
417 }
418 }
419 }
Mike Lockwoode29db6a2010-03-05 13:45:51 -0500420
Jeff Brown487bb6e2012-10-11 13:35:42 -0700421 private static boolean isDeskDockState(int state) {
Daniel Sandler69a1da42011-11-04 15:08:30 -0400422 switch (state) {
423 case Intent.EXTRA_DOCK_STATE_DESK:
424 case Intent.EXTRA_DOCK_STATE_LE_DESK:
425 case Intent.EXTRA_DOCK_STATE_HE_DESK:
426 return true;
427 default:
428 return false;
429 }
430 }
431
Jeff Brown487bb6e2012-10-11 13:35:42 -0700432 private void updateConfigurationLocked() {
John Spurlock6c191292014-04-03 16:37:27 -0400433 int uiMode = mDefaultUiModeType;
keunyounga7710492015-09-23 11:33:58 -0700434 if (mUiModeLocked) {
435 // no-op, keeps default one
436 } else if (mTelevision) {
John Spurlock6c191292014-04-03 16:37:27 -0400437 uiMode = Configuration.UI_MODE_TYPE_TELEVISION;
438 } else if (mWatch) {
439 uiMode = Configuration.UI_MODE_TYPE_WATCH;
440 } else if (mCarModeEnabled) {
Dianne Hackbornb8b11a02010-03-10 15:53:11 -0800441 uiMode = Configuration.UI_MODE_TYPE_CAR;
Daniel Sandler69a1da42011-11-04 15:08:30 -0400442 } else if (isDeskDockState(mDockState)) {
Dianne Hackbornb8b11a02010-03-10 15:53:11 -0800443 uiMode = Configuration.UI_MODE_TYPE_DESK;
444 }
Alan Viverette4cc1e9e2015-02-12 11:01:06 -0800445
446 if (mNightMode == UiModeManager.MODE_NIGHT_AUTO) {
Justin Klaassen908b86c2016-08-08 09:18:42 -0700447 if (mTwilightManager != null) {
448 mTwilightManager.registerListener(mTwilightListener, mHandler);
449 }
Alan Viverette4cc1e9e2015-02-12 11:01:06 -0800450 updateComputedNightModeLocked();
451 uiMode |= mComputedNightMode ? Configuration.UI_MODE_NIGHT_YES
452 : Configuration.UI_MODE_NIGHT_NO;
Dianne Hackbornb8b11a02010-03-10 15:53:11 -0800453 } else {
Justin Klaassen908b86c2016-08-08 09:18:42 -0700454 if (mTwilightManager != null) {
455 mTwilightManager.unregisterListener(mTwilightListener);
456 }
Alan Viverette4cc1e9e2015-02-12 11:01:06 -0800457 uiMode |= mNightMode << 4;
Daniel Sandler8daf2a42010-04-02 10:15:09 -0400458 }
459
460 if (LOG) {
John Spurlock960779d2012-05-29 14:37:05 -0400461 Slog.d(TAG,
462 "updateConfigurationLocked: mDockState=" + mDockState
Daniel Sandler8daf2a42010-04-02 10:15:09 -0400463 + "; mCarMode=" + mCarModeEnabled
464 + "; mNightMode=" + mNightMode
465 + "; uiMode=" + uiMode);
Dianne Hackbornb8b11a02010-03-10 15:53:11 -0800466 }
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100467
Dianne Hackbornb8b11a02010-03-10 15:53:11 -0800468 mCurUiMode = uiMode;
Jeff Brown62c82e42012-09-26 01:30:41 -0700469 if (!mHoldingConfiguration) {
Dianne Hackborn2ccda4d2010-03-22 21:49:15 -0700470 mConfiguration.uiMode = uiMode;
Jeff Brown62c82e42012-09-26 01:30:41 -0700471 }
472 }
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100473
Jeff Brown487bb6e2012-10-11 13:35:42 -0700474 private void sendConfigurationLocked() {
Jeff Brown62c82e42012-09-26 01:30:41 -0700475 if (mSetUiMode != mConfiguration.uiMode) {
476 mSetUiMode = mConfiguration.uiMode;
477
478 try {
Sudheer Shankadc589ac2016-11-10 15:30:17 -0800479 ActivityManager.getService().updateConfiguration(mConfiguration);
Jeff Brown62c82e42012-09-26 01:30:41 -0700480 } catch (RemoteException e) {
481 Slog.w(TAG, "Failure communicating with activity manager", e);
Dianne Hackbornb8b11a02010-03-10 15:53:11 -0800482 }
483 }
484 }
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100485
Adam Lesinski182f73f2013-12-05 16:48:06 -0800486 void updateLocked(int enableFlags, int disableFlags) {
Jeff Brown487bb6e2012-10-11 13:35:42 -0700487 String action = null;
488 String oldAction = null;
489 if (mLastBroadcastState == Intent.EXTRA_DOCK_STATE_CAR) {
490 adjustStatusBarCarModeLocked();
491 oldAction = UiModeManager.ACTION_EXIT_CAR_MODE;
492 } else if (isDeskDockState(mLastBroadcastState)) {
493 oldAction = UiModeManager.ACTION_EXIT_DESK_MODE;
494 }
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100495
Jeff Brown487bb6e2012-10-11 13:35:42 -0700496 if (mCarModeEnabled) {
497 if (mLastBroadcastState != Intent.EXTRA_DOCK_STATE_CAR) {
Tobias Haamel780b2602010-03-15 12:54:45 +0100498 adjustStatusBarCarModeLocked();
Jeff Brown487bb6e2012-10-11 13:35:42 -0700499 if (oldAction != null) {
Adrian Roos2fbf4d52016-10-20 14:40:51 -0700500 sendForegroundBroadcastToAllUsers(oldAction);
Jeff Brown487bb6e2012-10-11 13:35:42 -0700501 }
502 mLastBroadcastState = Intent.EXTRA_DOCK_STATE_CAR;
503 action = UiModeManager.ACTION_ENTER_CAR_MODE;
504 }
505 } else if (isDeskDockState(mDockState)) {
506 if (!isDeskDockState(mLastBroadcastState)) {
507 if (oldAction != null) {
Adrian Roos2fbf4d52016-10-20 14:40:51 -0700508 sendForegroundBroadcastToAllUsers(oldAction);
Jeff Brown487bb6e2012-10-11 13:35:42 -0700509 }
510 mLastBroadcastState = mDockState;
511 action = UiModeManager.ACTION_ENTER_DESK_MODE;
512 }
513 } else {
514 mLastBroadcastState = Intent.EXTRA_DOCK_STATE_UNDOCKED;
515 action = oldAction;
516 }
517
518 if (action != null) {
519 if (LOG) {
520 Slog.v(TAG, String.format(
521 "updateLocked: preparing broadcast: action=%s enable=0x%08x disable=0x%08x",
522 action, enableFlags, disableFlags));
Dianne Hackborn7299c412010-03-04 18:41:49 -0800523 }
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100524
Jeff Brown487bb6e2012-10-11 13:35:42 -0700525 // Send the ordered broadcast; the result receiver will receive after all
526 // broadcasts have been sent. If any broadcast receiver changes the result
527 // code from the initial value of RESULT_OK, then the result receiver will
528 // not launch the corresponding dock application. This gives apps a chance
529 // to override the behavior and stay in their app even when the device is
530 // placed into a dock.
531 Intent intent = new Intent(action);
532 intent.putExtra("enableFlags", enableFlags);
533 intent.putExtra("disableFlags", disableFlags);
Adrian Roos2fbf4d52016-10-20 14:40:51 -0700534 intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
Adam Lesinski182f73f2013-12-05 16:48:06 -0800535 getContext().sendOrderedBroadcastAsUser(intent, UserHandle.CURRENT, null,
Jeff Brown487bb6e2012-10-11 13:35:42 -0700536 mResultReceiver, null, Activity.RESULT_OK, null, null);
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100537
Jeff Brown487bb6e2012-10-11 13:35:42 -0700538 // Attempting to make this transition a little more clean, we are going
539 // to hold off on doing a configuration change until we have finished
540 // the broadcast and started the home activity.
541 mHoldingConfiguration = true;
542 updateConfigurationLocked();
543 } else {
544 String category = null;
545 if (mCarModeEnabled) {
keunyounga7710492015-09-23 11:33:58 -0700546 if (mEnableCarDockLaunch
Jeff Brown487bb6e2012-10-11 13:35:42 -0700547 && (enableFlags & UiModeManager.ENABLE_CAR_MODE_GO_CAR_HOME) != 0) {
548 category = Intent.CATEGORY_CAR_DOCK;
Dianne Hackborn7299c412010-03-04 18:41:49 -0800549 }
Daniel Sandler69a1da42011-11-04 15:08:30 -0400550 } else if (isDeskDockState(mDockState)) {
Jeff Brown487bb6e2012-10-11 13:35:42 -0700551 if (ENABLE_LAUNCH_DESK_DOCK_APP
552 && (enableFlags & UiModeManager.ENABLE_CAR_MODE_GO_CAR_HOME) != 0) {
553 category = Intent.CATEGORY_DESK_DOCK;
Dianne Hackborn7299c412010-03-04 18:41:49 -0800554 }
555 } else {
Jeff Brown487bb6e2012-10-11 13:35:42 -0700556 if ((disableFlags & UiModeManager.DISABLE_CAR_MODE_GO_HOME) != 0) {
557 category = Intent.CATEGORY_HOME;
558 }
Dianne Hackborn7299c412010-03-04 18:41:49 -0800559 }
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100560
Jeff Brown487bb6e2012-10-11 13:35:42 -0700561 if (LOG) {
562 Slog.v(TAG, "updateLocked: null action, mDockState="
563 + mDockState +", category=" + category);
564 }
Daniel Sandler69a1da42011-11-04 15:08:30 -0400565
Jeff Brown487bb6e2012-10-11 13:35:42 -0700566 sendConfigurationAndStartDreamOrDockAppLocked(category);
567 }
Jeff Brown62c82e42012-09-26 01:30:41 -0700568
Jeff Brown487bb6e2012-10-11 13:35:42 -0700569 // keep screen on when charging and in car mode
570 boolean keepScreenOn = mCharging &&
keunyoung1d0a7cc2014-07-28 13:12:50 -0700571 ((mCarModeEnabled && mCarModeKeepsScreenOn &&
keunyoungc093bf22014-08-11 18:51:15 -0700572 (mCarModeEnableFlags & UiModeManager.ENABLE_CAR_MODE_ALLOW_SLEEP) == 0) ||
Jeff Brown487bb6e2012-10-11 13:35:42 -0700573 (mCurUiMode == Configuration.UI_MODE_TYPE_DESK && mDeskModeKeepsScreenOn));
574 if (keepScreenOn != mWakeLock.isHeld()) {
575 if (keepScreenOn) {
576 mWakeLock.acquire();
Dianne Hackbornf5c5d222010-04-09 13:14:48 -0700577 } else {
Jeff Brown487bb6e2012-10-11 13:35:42 -0700578 mWakeLock.release();
Dianne Hackborn7299c412010-03-04 18:41:49 -0800579 }
Dianne Hackborn7299c412010-03-04 18:41:49 -0800580 }
581 }
582
Adrian Roos2fbf4d52016-10-20 14:40:51 -0700583 private void sendForegroundBroadcastToAllUsers(String action) {
584 getContext().sendBroadcastAsUser(new Intent(action)
585 .addFlags(Intent.FLAG_RECEIVER_FOREGROUND), UserHandle.ALL);
586 }
587
Jeff Brown62c82e42012-09-26 01:30:41 -0700588 private void updateAfterBroadcastLocked(String action, int enableFlags, int disableFlags) {
589 // Launch a dock activity
590 String category = null;
591 if (UiModeManager.ACTION_ENTER_CAR_MODE.equals(action)) {
592 // Only launch car home when car mode is enabled and the caller
593 // has asked us to switch to it.
keunyounga7710492015-09-23 11:33:58 -0700594 if (mEnableCarDockLaunch
Jeff Brown62c82e42012-09-26 01:30:41 -0700595 && (enableFlags & UiModeManager.ENABLE_CAR_MODE_GO_CAR_HOME) != 0) {
596 category = Intent.CATEGORY_CAR_DOCK;
597 }
598 } else if (UiModeManager.ACTION_ENTER_DESK_MODE.equals(action)) {
599 // Only launch car home when desk mode is enabled and the caller
600 // has asked us to switch to it. Currently re-using the car
601 // mode flag since we don't have a formal API for "desk mode".
602 if (ENABLE_LAUNCH_DESK_DOCK_APP
603 && (enableFlags & UiModeManager.ENABLE_CAR_MODE_GO_CAR_HOME) != 0) {
604 category = Intent.CATEGORY_DESK_DOCK;
605 }
606 } else {
607 // Launch the standard home app if requested.
608 if ((disableFlags & UiModeManager.DISABLE_CAR_MODE_GO_HOME) != 0) {
609 category = Intent.CATEGORY_HOME;
610 }
611 }
612
613 if (LOG) {
614 Slog.v(TAG, String.format(
615 "Handling broadcast result for action %s: enable=0x%08x, disable=0x%08x, "
616 + "category=%s",
617 action, enableFlags, disableFlags, category));
618 }
619
620 sendConfigurationAndStartDreamOrDockAppLocked(category);
621 }
622
623 private void sendConfigurationAndStartDreamOrDockAppLocked(String category) {
624 // Update the configuration but don't send it yet.
625 mHoldingConfiguration = false;
626 updateConfigurationLocked();
627
628 // Start the dock app, if there is one.
629 boolean dockAppStarted = false;
630 if (category != null) {
631 // Now we are going to be careful about switching the
632 // configuration and starting the activity -- we need to
633 // do this in a specific order under control of the
634 // activity manager, to do it cleanly. So compute the
635 // new config, but don't set it yet, and let the
636 // activity manager take care of both the start and config
637 // change.
638 Intent homeIntent = buildHomeIntent(category);
Adam Lesinski182f73f2013-12-05 16:48:06 -0800639 if (Sandman.shouldStartDockApp(getContext(), homeIntent)) {
Jeff Brown11159e92012-10-11 15:58:37 -0700640 try {
Sudheer Shankadc589ac2016-11-10 15:30:17 -0800641 int result = ActivityManager.getService().startActivityWithConfig(
Dianne Hackbornf265ea92013-01-31 15:00:51 -0800642 null, null, homeIntent, null, null, null, 0, 0,
Jeff Brown11159e92012-10-11 15:58:37 -0700643 mConfiguration, null, UserHandle.USER_CURRENT);
644 if (result >= ActivityManager.START_SUCCESS) {
645 dockAppStarted = true;
646 } else if (result != ActivityManager.START_INTENT_NOT_RESOLVED) {
647 Slog.e(TAG, "Could not start dock app: " + homeIntent
648 + ", startActivityWithConfig result " + result);
649 }
650 } catch (RemoteException ex) {
651 Slog.e(TAG, "Could not start dock app: " + homeIntent, ex);
Jeff Brown62c82e42012-09-26 01:30:41 -0700652 }
Jeff Brown62c82e42012-09-26 01:30:41 -0700653 }
654 }
655
656 // Send the new configuration.
657 sendConfigurationLocked();
658
659 // If we did not start a dock app, then start dreaming if supported.
Jeff Brown11159e92012-10-11 15:58:37 -0700660 if (category != null && !dockAppStarted) {
Adam Lesinski182f73f2013-12-05 16:48:06 -0800661 Sandman.startDreamWhenDockedIfAppropriate(getContext());
Jeff Brown62c82e42012-09-26 01:30:41 -0700662 }
663 }
664
Dianne Hackborn7299c412010-03-04 18:41:49 -0800665 private void adjustStatusBarCarModeLocked() {
Adam Lesinski182f73f2013-12-05 16:48:06 -0800666 final Context context = getContext();
Dianne Hackborn7299c412010-03-04 18:41:49 -0800667 if (mStatusBarManager == null) {
Jeff Brown487bb6e2012-10-11 13:35:42 -0700668 mStatusBarManager = (StatusBarManager)
Adam Lesinski182f73f2013-12-05 16:48:06 -0800669 context.getSystemService(Context.STATUS_BAR_SERVICE);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800670 }
671
Joe Onorato089de882010-04-12 08:18:45 -0700672 // Fear not: StatusBarManagerService manages a list of requests to disable
Dianne Hackborn7299c412010-03-04 18:41:49 -0800673 // features of the status bar; these are ORed together to form the
674 // active disabled list. So if (for example) the device is locked and
675 // the status bar should be totally disabled, the calls below will
676 // have no effect until the device is unlocked.
677 if (mStatusBarManager != null) {
678 mStatusBarManager.disable(mCarModeEnabled
679 ? StatusBarManager.DISABLE_NOTIFICATION_TICKER
680 : StatusBarManager.DISABLE_NONE);
681 }
682
683 if (mNotificationManager == null) {
684 mNotificationManager = (NotificationManager)
Adam Lesinski182f73f2013-12-05 16:48:06 -0800685 context.getSystemService(Context.NOTIFICATION_SERVICE);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800686 }
687
688 if (mNotificationManager != null) {
689 if (mCarModeEnabled) {
Adam Lesinski182f73f2013-12-05 16:48:06 -0800690 Intent carModeOffIntent = new Intent(context, DisableCarModeActivity.class);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800691
Chris Wren1ce4b6d2015-06-11 10:19:43 -0400692 Notification.Builder n = new Notification.Builder(context)
693 .setSmallIcon(R.drawable.stat_notify_car_mode)
694 .setDefaults(Notification.DEFAULT_LIGHTS)
695 .setOngoing(true)
696 .setWhen(0)
697 .setColor(context.getColor(
698 com.android.internal.R.color.system_notification_accent_color))
699 .setContentTitle(
700 context.getString(R.string.car_mode_disable_notification_title))
701 .setContentText(
702 context.getString(R.string.car_mode_disable_notification_message))
703 .setContentIntent(
704 PendingIntent.getActivityAsUser(context, 0, carModeOffIntent, 0,
705 null, UserHandle.CURRENT));
Dianne Hackborn50cdf7c32012-09-23 17:08:57 -0700706 mNotificationManager.notifyAsUser(null,
Chris Wren1ce4b6d2015-06-11 10:19:43 -0400707 R.string.car_mode_disable_notification_title, n.build(), UserHandle.ALL);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800708 } else {
Dianne Hackborn50cdf7c32012-09-23 17:08:57 -0700709 mNotificationManager.cancelAsUser(null,
710 R.string.car_mode_disable_notification_title, UserHandle.ALL);
Dianne Hackborn7299c412010-03-04 18:41:49 -0800711 }
712 }
713 }
714
Jeff Brown2416e092012-08-21 22:12:20 -0700715 private void updateComputedNightModeLocked() {
Adam Lesinski05199e82015-03-19 14:37:11 -0700716 if (mTwilightManager != null) {
Justin Klaassen908b86c2016-08-08 09:18:42 -0700717 TwilightState state = mTwilightManager.getLastTwilightState();
Adam Lesinski05199e82015-03-19 14:37:11 -0700718 if (state != null) {
719 mComputedNightMode = state.isNight();
720 }
Dianne Hackborn7299c412010-03-04 18:41:49 -0800721 }
Dianne Hackborn7299c412010-03-04 18:41:49 -0800722 }
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100723
Bernd Holzheyba9ab182010-03-12 09:30:29 +0100724
Dianne Hackborn7299c412010-03-04 18:41:49 -0800725}