blob: 97ae3772ca3a5c346ac1dc9816f4564a6eae922f [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001/*
2 * Copyright (C) 2006 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.am;
18
Winson Chungbb348802017-01-30 12:01:45 -080019import static android.app.ActivityManager.LOCK_TASK_MODE_NONE;
Jorim Jaggi3878ca32017-02-02 17:13:05 -080020import static android.app.ActivityManager.StackId.INVALID_STACK_ID;
Ruben Brunkf53497c2017-03-27 20:26:17 -070021import static android.app.ActivityManager.TaskDescription.ATTR_TASKDESCRIPTION_PREFIX;
22import static android.app.ActivityOptions.ANIM_CLIP_REVEAL;
23import static android.app.ActivityOptions.ANIM_CUSTOM;
Jorim Jaggi33a701a2017-12-01 14:58:18 +010024import static android.app.ActivityOptions.ANIM_REMOTE_ANIMATION;
Ruben Brunkf53497c2017-03-27 20:26:17 -070025import static android.app.ActivityOptions.ANIM_SCALE_UP;
26import static android.app.ActivityOptions.ANIM_SCENE_TRANSITION;
Tony Mak089c35e2017-12-18 20:34:14 +000027import static android.app.ActivityOptions.ANIM_OPEN_CROSS_PROFILE_APPS;
Ruben Brunkf53497c2017-03-27 20:26:17 -070028import static android.app.ActivityOptions.ANIM_THUMBNAIL_ASPECT_SCALE_DOWN;
29import static android.app.ActivityOptions.ANIM_THUMBNAIL_ASPECT_SCALE_UP;
30import static android.app.ActivityOptions.ANIM_THUMBNAIL_SCALE_DOWN;
31import static android.app.ActivityOptions.ANIM_THUMBNAIL_SCALE_UP;
Winson Chung59fda9e2017-01-20 16:14:51 -080032import static android.app.AppOpsManager.MODE_ALLOWED;
Winson Chungf4ac0632017-03-17 12:34:12 -070033import static android.app.AppOpsManager.OP_PICTURE_IN_PICTURE;
Vishnu Naircf235042018-11-02 13:27:00 -070034import static android.app.WaitResult.INVALID_DELAY;
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -070035import static android.app.WindowConfiguration.ACTIVITY_TYPE_ASSISTANT;
36import static android.app.WindowConfiguration.ACTIVITY_TYPE_HOME;
37import static android.app.WindowConfiguration.ACTIVITY_TYPE_RECENTS;
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -070038import static android.app.WindowConfiguration.ACTIVITY_TYPE_UNDEFINED;
39import static android.app.WindowConfiguration.activityTypeToString;
Ruben Brunkf53497c2017-03-27 20:26:17 -070040import static android.content.Intent.ACTION_MAIN;
41import static android.content.Intent.CATEGORY_HOME;
42import static android.content.Intent.CATEGORY_LAUNCHER;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -080043import static android.content.Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS;
Bryce Leeb7c9b802017-05-02 14:20:24 -070044import static android.content.Intent.FLAG_ACTIVITY_NO_HISTORY;
Andrii Kulian21713ac2016-10-12 22:05:05 -070045import static android.content.pm.ActivityInfo.CONFIG_ORIENTATION;
46import static android.content.pm.ActivityInfo.CONFIG_SCREEN_LAYOUT;
47import static android.content.pm.ActivityInfo.CONFIG_SCREEN_SIZE;
48import static android.content.pm.ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE;
Zak Cohen90e7116742017-01-29 12:59:23 -080049import static android.content.pm.ActivityInfo.CONFIG_UI_MODE;
Wale Ogunwale822e5122017-07-26 06:02:24 -070050import static android.content.pm.ActivityInfo.CONFIG_WINDOW_CONFIGURATION;
Jorim Jaggi02886a82016-12-06 09:10:06 -080051import static android.content.pm.ActivityInfo.FLAG_ALWAYS_FOCUSABLE;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -080052import static android.content.pm.ActivityInfo.FLAG_EXCLUDE_FROM_RECENTS;
53import static android.content.pm.ActivityInfo.FLAG_IMMERSIVE;
54import static android.content.pm.ActivityInfo.FLAG_MULTIPROCESS;
Jorim Jaggie7d2b852017-08-28 17:55:15 +020055import static android.content.pm.ActivityInfo.FLAG_NO_HISTORY;
Chong Zhang87761972016-08-22 13:53:24 -070056import static android.content.pm.ActivityInfo.FLAG_SHOW_FOR_ALL_USERS;
Jorim Jaggie7d2b852017-08-28 17:55:15 +020057import static android.content.pm.ActivityInfo.FLAG_SHOW_WHEN_LOCKED;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -080058import static android.content.pm.ActivityInfo.FLAG_STATE_NOT_NEEDED;
chaviw59b98852017-06-13 12:05:44 -070059import static android.content.pm.ActivityInfo.FLAG_TURN_SCREEN_ON;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -080060import static android.content.pm.ActivityInfo.LAUNCH_MULTIPLE;
Wale Ogunwalea0cd15e2017-02-01 15:33:08 -080061import static android.content.pm.ActivityInfo.LAUNCH_SINGLE_INSTANCE;
62import static android.content.pm.ActivityInfo.LAUNCH_SINGLE_TASK;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -080063import static android.content.pm.ActivityInfo.LAUNCH_SINGLE_TOP;
Charles He2bf28322017-10-12 22:24:49 +010064import static android.content.pm.ActivityInfo.LOCK_TASK_LAUNCH_MODE_ALWAYS;
65import static android.content.pm.ActivityInfo.LOCK_TASK_LAUNCH_MODE_DEFAULT;
66import static android.content.pm.ActivityInfo.LOCK_TASK_LAUNCH_MODE_IF_WHITELISTED;
67import static android.content.pm.ActivityInfo.LOCK_TASK_LAUNCH_MODE_NEVER;
Ruben Brunkf53497c2017-03-27 20:26:17 -070068import static android.content.pm.ActivityInfo.PERSIST_ACROSS_REBOOTS;
69import static android.content.pm.ActivityInfo.PERSIST_ROOT_ONLY;
Wale Ogunwaledf241e92016-10-13 15:14:21 -070070import static android.content.pm.ActivityInfo.RESIZE_MODE_FORCE_RESIZEABLE;
Jorim Jaggicd13d332016-04-27 15:40:20 -070071import static android.content.pm.ActivityInfo.RESIZE_MODE_RESIZEABLE;
Wale Ogunwale72a73e32016-10-13 12:16:39 -070072import static android.content.pm.ActivityInfo.RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION;
Wale Ogunwaledf241e92016-10-13 15:14:21 -070073import static android.content.pm.ActivityInfo.RESIZE_MODE_UNRESIZEABLE;
Wale Ogunwaled4b1d1e2017-04-10 06:35:59 -070074import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;
75import static android.content.pm.ActivityInfo.isFixedOrientationPortrait;
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -070076import static android.content.res.Configuration.EMPTY;
Wale Ogunwalee610d3d2017-04-25 10:23:48 -070077import static android.content.res.Configuration.ORIENTATION_LANDSCAPE;
78import static android.content.res.Configuration.ORIENTATION_PORTRAIT;
Ruben Brunkf53497c2017-03-27 20:26:17 -070079import static android.content.res.Configuration.UI_MODE_TYPE_MASK;
Zak Cohen90e7116742017-01-29 12:59:23 -080080import static android.content.res.Configuration.UI_MODE_TYPE_VR_HEADSET;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -080081import static android.os.Build.VERSION_CODES.HONEYCOMB;
Zak Cohen90e7116742017-01-29 12:59:23 -080082import static android.os.Build.VERSION_CODES.O;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -080083import static android.os.Process.SYSTEM_UID;
Filip Gruszczynski3d026712015-12-16 13:46:38 -080084import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_CONFIGURATION;
Andrii Kulian21713ac2016-10-12 22:05:05 -070085import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_SAVED_STATE;
Andrii Kulian21713ac2016-10-12 22:05:05 -070086import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_STATES;
Filip Gruszczynski3d026712015-12-16 13:46:38 -080087import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_SWITCH;
Andrii Kulian21713ac2016-10-12 22:05:05 -070088import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_VISIBILITY;
89import static com.android.server.am.ActivityManagerDebugConfig.POSTFIX_CONFIGURATION;
90import static com.android.server.am.ActivityManagerDebugConfig.POSTFIX_SAVED_STATE;
Filip Gruszczynski3d026712015-12-16 13:46:38 -080091import static com.android.server.am.ActivityManagerDebugConfig.POSTFIX_STATES;
92import static com.android.server.am.ActivityManagerDebugConfig.POSTFIX_SWITCH;
Andrii Kulian21713ac2016-10-12 22:05:05 -070093import static com.android.server.am.ActivityManagerDebugConfig.POSTFIX_VISIBILITY;
Filip Gruszczynski3d026712015-12-16 13:46:38 -080094import static com.android.server.am.ActivityManagerDebugConfig.TAG_AM;
95import static com.android.server.am.ActivityManagerDebugConfig.TAG_WITH_CLASS_NAME;
Ruben Brunkf53497c2017-03-27 20:26:17 -070096import static com.android.server.am.ActivityStack.ActivityState.INITIALIZING;
97import static com.android.server.am.ActivityStack.ActivityState.PAUSED;
98import static com.android.server.am.ActivityStack.ActivityState.PAUSING;
99import static com.android.server.am.ActivityStack.ActivityState.RESUMED;
100import static com.android.server.am.ActivityStack.ActivityState.STOPPED;
101import static com.android.server.am.ActivityStack.ActivityState.STOPPING;
102import static com.android.server.am.ActivityStack.LAUNCH_TICK;
103import static com.android.server.am.ActivityStack.LAUNCH_TICK_MSG;
104import static com.android.server.am.ActivityStack.PAUSE_TIMEOUT_MSG;
105import static com.android.server.am.ActivityStack.STOP_TIMEOUT_MSG;
Ruben Brunkf53497c2017-03-27 20:26:17 -0700106import static com.android.server.am.EventLogTags.AM_RELAUNCH_ACTIVITY;
107import static com.android.server.am.EventLogTags.AM_RELAUNCH_RESUME_ACTIVITY;
108import static com.android.server.am.TaskPersister.DEBUG;
109import static com.android.server.am.TaskPersister.IMAGE_EXTENSION;
Wale Ogunwale18795a22014-12-03 11:38:33 -0800110import static com.android.server.am.TaskRecord.INVALID_TASK_ID;
Yi Jin6c6e9ca2018-03-20 16:53:35 -0700111import static com.android.server.am.ActivityRecordProto.CONFIGURATION_CONTAINER;
112import static com.android.server.am.ActivityRecordProto.FRONT_OF_TASK;
113import static com.android.server.am.ActivityRecordProto.IDENTIFIER;
114import static com.android.server.am.ActivityRecordProto.PROC_ID;
115import static com.android.server.am.ActivityRecordProto.STATE;
Wale Ogunwale30eab1f2018-05-24 18:25:25 -0700116import static com.android.server.am.ActivityRecordProto.TRANSLUCENT;
Yi Jin6c6e9ca2018-03-20 16:53:35 -0700117import static com.android.server.am.ActivityRecordProto.VISIBLE;
Adrian Roose99bc052017-11-20 17:55:31 +0100118import static com.android.server.policy.WindowManagerPolicy.NAV_BAR_LEFT;
Yi Jin6c6e9ca2018-03-20 16:53:35 -0700119import static com.android.server.wm.IdentifierProto.HASH_CODE;
120import static com.android.server.wm.IdentifierProto.TITLE;
121import static com.android.server.wm.IdentifierProto.USER_ID;
Steven Timotius4346f0a2017-09-12 11:07:21 -0700122
Ruben Brunkf53497c2017-03-27 20:26:17 -0700123import static org.xmlpull.v1.XmlPullParser.END_DOCUMENT;
124import static org.xmlpull.v1.XmlPullParser.END_TAG;
125import static org.xmlpull.v1.XmlPullParser.START_TAG;
Wale Ogunwale18795a22014-12-03 11:38:33 -0800126
Andrii Kulian21713ac2016-10-12 22:05:05 -0700127import android.annotation.NonNull;
Craig Mautner21d24a22014-04-23 11:45:37 -0700128import android.app.ActivityManager.TaskDescription;
Dianne Hackborn7a2195c2012-03-19 17:38:00 -0700129import android.app.ActivityOptions;
Filip Gruszczynski3d026712015-12-16 13:46:38 -0800130import android.app.PendingIntent;
Winson Chung709904f2017-04-25 11:00:48 -0700131import android.app.PictureInPictureParams;
Craig Mautner05d6272ba2013-02-11 09:39:27 -0800132import android.app.ResultInfo;
Andrii Kulianb372da62018-01-18 10:46:24 -0800133import android.app.servertransaction.ActivityLifecycleItem;
134import android.app.servertransaction.ActivityRelaunchItem;
135import android.app.servertransaction.ClientTransaction;
136import android.app.servertransaction.ClientTransactionItem;
Andrii Kulian446e8242017-10-26 15:17:29 -0700137import android.app.servertransaction.MoveToDisplayItem;
138import android.app.servertransaction.MultiWindowModeChangeItem;
139import android.app.servertransaction.NewIntentItem;
Bryce Lee0bd8d422018-01-09 09:45:57 -0800140import android.app.servertransaction.PauseActivityItem;
Andrii Kulian446e8242017-10-26 15:17:29 -0700141import android.app.servertransaction.PipModeChangeItem;
Andrii Kulianb372da62018-01-18 10:46:24 -0800142import android.app.servertransaction.ResumeActivityItem;
Andrii Kulian446e8242017-10-26 15:17:29 -0700143import android.app.servertransaction.WindowVisibilityItem;
144import android.app.servertransaction.ActivityConfigurationChangeItem;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800145import android.content.ComponentName;
146import android.content.Intent;
147import android.content.pm.ActivityInfo;
148import android.content.pm.ApplicationInfo;
Dianne Hackborn8ea5e1d2011-05-27 16:45:31 -0700149import android.content.res.CompatibilityInfo;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800150import android.content.res.Configuration;
151import android.graphics.Bitmap;
Winson Chungaa7fa012017-05-24 15:50:06 -0700152import android.graphics.GraphicBuffer;
Dianne Hackbornd367ca82012-05-07 15:49:39 -0700153import android.graphics.Rect;
Patrick Baumann78380272018-04-04 10:41:01 -0700154import android.os.Binder;
Bryce Lee39791592017-04-26 09:29:12 -0700155import android.os.Build;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800156import android.os.Bundle;
Andrii Kulian21713ac2016-10-12 22:05:05 -0700157import android.os.Debug;
Dianne Hackbornbe707852011-11-11 14:32:10 -0800158import android.os.IBinder;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800159import android.os.Message;
Filip Gruszczynski3d026712015-12-16 13:46:38 -0800160import android.os.PersistableBundle;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800161import android.os.Process;
Dianne Hackborn39792d22010-08-19 18:01:52 -0700162import android.os.RemoteException;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800163import android.os.SystemClock;
Dianne Hackbornf02b60a2012-08-16 10:48:27 -0700164import android.os.UserHandle;
Bryce Lee8558ec72017-08-17 15:37:26 -0700165import android.os.storage.StorageManager;
Amith Yamasani0af6fa72016-01-17 15:36:19 -0800166import android.service.voice.IVoiceInteractionSession;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800167import android.util.EventLog;
168import android.util.Log;
Wale Ogunwalee610d3d2017-04-25 10:23:48 -0700169import android.util.MergedConfiguration;
Dianne Hackborn50dc3bc2010-06-25 10:05:59 -0700170import android.util.Slog;
Dianne Hackborn0dad3642010-09-09 21:25:35 -0700171import android.util.TimeUtils;
Steven Timotius4346f0a2017-09-12 11:07:21 -0700172import android.util.proto.ProtoOutputStream;
Filip Gruszczynskid64ef3e2015-10-27 17:58:02 -0700173import android.view.AppTransitionAnimationSpec;
Jorim Jaggi34795e32017-05-12 17:27:46 +0200174import android.view.IAppTransitionAnimationSpecsFuture;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800175import android.view.IApplicationToken;
Jorim Jaggif84e2f62018-01-16 14:17:59 +0100176import android.view.RemoteAnimationDefinition;
Jorim Jaggife762342016-10-13 14:33:27 +0200177import android.view.WindowManager.LayoutParams;
Jeff Sharkey8a4c9722014-06-16 13:48:42 -0700178
Wale Ogunwale7e1f5f52017-10-18 15:19:59 -0700179import com.android.internal.R;
Filip Gruszczynski3d026712015-12-16 13:46:38 -0800180import com.android.internal.app.ResolverActivity;
181import com.android.internal.content.ReferrerIntent;
182import com.android.internal.util.XmlUtils;
183import com.android.server.AttributeCache;
Ruben Brunkf53497c2017-03-27 20:26:17 -0700184import com.android.server.AttributeCache.Entry;
Vishnu Naircf235042018-11-02 13:27:00 -0700185import com.android.server.am.ActivityMetricsLogger.WindowingModeTransitionInfoSnapshot;
Filip Gruszczynski3d026712015-12-16 13:46:38 -0800186import com.android.server.am.ActivityStack.ActivityState;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800187import com.android.server.wm.AppWindowContainerController;
188import com.android.server.wm.AppWindowContainerListener;
Wale Ogunwale98d62312017-07-12 09:24:56 -0700189import com.android.server.wm.ConfigurationContainer;
Wale Ogunwalee1fe7fa22016-12-15 18:27:00 -0800190import com.android.server.wm.TaskWindowContainerController;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800191
Jorim Jaggi02886a82016-12-06 09:10:06 -0800192import org.xmlpull.v1.XmlPullParser;
193import org.xmlpull.v1.XmlPullParserException;
194import org.xmlpull.v1.XmlSerializer;
195
Suprabh Shukla23593142015-11-03 17:31:15 -0800196import java.io.File;
Craig Mautner21d24a22014-04-23 11:45:37 -0700197import java.io.IOException;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800198import java.io.PrintWriter;
199import java.lang.ref.WeakReference;
200import java.util.ArrayList;
Todd Kennedy39bfee52016-02-24 10:28:21 -0800201import java.util.Arrays;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800202import java.util.HashSet;
Andrii Kulian21713ac2016-10-12 22:05:05 -0700203import java.util.List;
Jeff Sharkey8a4c9722014-06-16 13:48:42 -0700204import java.util.Objects;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800205
206/**
207 * An entry in the history stack, representing an activity.
208 */
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -0700209final class ActivityRecord extends ConfigurationContainer implements AppWindowContainerListener {
Wale Ogunwalee23149f2015-03-06 15:39:44 -0800210 private static final String TAG = TAG_WITH_CLASS_NAME ? "ActivityRecord" : TAG_AM;
Andrii Kulian21713ac2016-10-12 22:05:05 -0700211 private static final String TAG_CONFIGURATION = TAG + POSTFIX_CONFIGURATION;
212 private static final String TAG_SAVED_STATE = TAG + POSTFIX_SAVED_STATE;
Wale Ogunwale0fc365c2015-05-25 19:35:42 -0700213 private static final String TAG_STATES = TAG + POSTFIX_STATES;
Wale Ogunwaleee006da2015-03-30 14:49:25 -0700214 private static final String TAG_SWITCH = TAG + POSTFIX_SWITCH;
Andrii Kulian21713ac2016-10-12 22:05:05 -0700215 private static final String TAG_VISIBILITY = TAG + POSTFIX_VISIBILITY;
Winson Chung16e185e2017-11-07 08:30:54 -0800216 // TODO(b/67864419): Remove once recents component is overridden
217 private static final String LEGACY_RECENTS_PACKAGE_NAME = "com.android.systemui.recents";
Wale Ogunwalee23149f2015-03-06 15:39:44 -0800218
Wale Ogunwale3ab9a272015-03-16 09:55:45 -0700219 private static final boolean SHOW_ACTIVITY_START_TIME = true;
Craig Mautnerb59dcfd2013-05-06 13:12:58 -0700220
Craig Mautner21d24a22014-04-23 11:45:37 -0700221 private static final String ATTR_ID = "id";
222 private static final String TAG_INTENT = "intent";
223 private static final String ATTR_USERID = "user_id";
224 private static final String TAG_PERSISTABLEBUNDLE = "persistable_bundle";
225 private static final String ATTR_LAUNCHEDFROMUID = "launched_from_uid";
Stefan Kuhnee88d1e52015-05-18 10:33:45 -0700226 private static final String ATTR_LAUNCHEDFROMPACKAGE = "launched_from_package";
Craig Mautner21d24a22014-04-23 11:45:37 -0700227 private static final String ATTR_RESOLVEDTYPE = "resolved_type";
228 private static final String ATTR_COMPONENTSPECIFIED = "component_specified";
Dianne Hackborn337abb32014-09-24 12:44:29 -0700229 static final String ACTIVITY_ICON_SUFFIX = "_activity_icon_";
Craig Mautner21d24a22014-04-23 11:45:37 -0700230
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800231 final ActivityManagerService service; // owner
Dianne Hackbornbe707852011-11-11 14:32:10 -0800232 final IApplicationToken.Stub appToken; // window manager token
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800233 AppWindowContainerController mWindowContainerController;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800234 final ActivityInfo info; // all about me
Philip P. Moltmanncff8f0f2018-03-27 12:51:51 -0700235 // TODO: This is duplicated state already contained in info.applicationInfo - remove
236 ApplicationInfo appInfo; // information about activity's app
Andrii Kulianfb1bf692017-01-17 11:17:34 -0800237 final int launchedFromPid; // always the pid who started the activity.
Stefan Kuhnee88d1e52015-05-18 10:33:45 -0700238 final int launchedFromUid; // always the uid who started the activity.
Dianne Hackbornf265ea92013-01-31 15:00:51 -0800239 final String launchedFromPackage; // always the package who started the activity.
Amith Yamasani742a6712011-05-04 14:49:28 -0700240 final int userId; // Which user is this running for?
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800241 final Intent intent; // the original intent that generated us
242 final ComponentName realActivity; // the intent component, or target of an alias.
243 final String shortComponentName; // the short component name of the intent
244 final String resolvedType; // as per original caller;
245 final String packageName; // the package implementing intent's component
246 final String processName; // process where this component wants to run
247 final String taskAffinity; // as per ActivityInfo.taskAffinity
248 final boolean stateNotNeeded; // As per ActivityInfo.flags
Wale Ogunwale7e1f5f52017-10-18 15:19:59 -0700249 boolean fullscreen; // The activity is opaque and fills the entire space of this task.
250 // TODO: See if it possible to combine this with the fullscreen field.
251 final boolean hasWallpaper; // Has a wallpaper window as a background.
Dianne Hackbornff801ec2011-01-22 18:05:38 -0800252 final boolean noDisplay; // activity is not displayed?
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800253 private final boolean componentSpecified; // did caller specify an explicit component?
Dianne Hackbornfb81d092015-08-03 17:14:46 -0700254 final boolean rootVoiceInteraction; // was this the root activity of a voice interaction?
Craig Mautner86d67a42013-05-14 10:34:38 -0700255
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800256 private CharSequence nonLocalizedLabel; // the label information from the package mgr.
257 private int labelRes; // the label information from the package mgr.
258 private int icon; // resource identifier of activity's icon.
259 private int logo; // resource identifier of activity's logo.
260 private int theme; // resource identifier of activity's theme.
261 private int realTheme; // actual theme resource we will use, never 0.
262 private int windowFlags; // custom window flags for preview window.
Bryce Leeaf691c02017-03-20 14:20:22 -0700263 private TaskRecord task; // the task this is in.
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800264 private long createTime = System.currentTimeMillis();
Dianne Hackborn50685602011-12-01 12:23:37 -0800265 long lastVisibleTime; // last time this activity became visible
Amith Yamasanieaeb6632009-06-03 15:16:10 -0700266 long cpuTimeAtResume; // the cpu time of host process at the time of resuming activity
Dianne Hackborn2a29b3a2012-03-15 15:48:38 -0700267 long pauseTime; // last time we started pausing the activity
268 long launchTickTime; // base time for launch tick messages
Wale Ogunwalee610d3d2017-04-25 10:23:48 -0700269 // Last configuration reported to the activity in the client process.
270 private MergedConfiguration mLastReportedConfiguration;
Andrii Kulianb047b8b2017-02-08 18:38:26 -0800271 private int mLastReportedDisplayId;
Winson Chung609e1e92017-05-08 10:52:12 -0700272 private boolean mLastReportedMultiWindowMode;
273 private boolean mLastReportedPictureInPictureMode;
Dianne Hackborn8ea5e1d2011-05-27 16:45:31 -0700274 CompatibilityInfo compat;// last used compatibility mode
Dianne Hackborn01e4cfc2010-06-24 15:07:24 -0700275 ActivityRecord resultTo; // who started this entry, so will get our reply
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800276 final String resultWho; // additional identifier for use by resultTo.
277 final int requestCode; // code given by requester (resultTo)
Craig Mautner05d6272ba2013-02-11 09:39:27 -0800278 ArrayList<ResultInfo> results; // pending ActivityResult objs we have received
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800279 HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending intents for this act
Dianne Hackborn85d558c2014-11-04 10:31:54 -0800280 ArrayList<ReferrerIntent> newIntents; // any pending new intents for single-top mode
Dianne Hackborn7a2195c2012-03-19 17:38:00 -0700281 ActivityOptions pendingOptions; // most recently given options
George Mount6ba042b2014-07-28 11:12:28 -0700282 ActivityOptions returningOptions; // options that are coming back via convertToTranslucent
Dianne Hackbornb5a380d2015-05-20 18:18:46 -0700283 AppTimeTracker appTimeTracker; // set if we are tracking the time in this app/task/activity
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800284 HashSet<ConnectionRecord> connections; // All ConnectionRecord we hold
Dianne Hackborn7e269642010-08-25 19:50:20 -0700285 UriPermissionOwner uriPermissions; // current special URI access perms.
Dianne Hackbornf26fd992011-04-08 18:14:09 -0700286 ProcessRecord app; // if non-null, hosting application
Bryce Lee7ace3952018-02-16 14:34:32 -0800287 private ActivityState mState; // current state we are in
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800288 Bundle icicle; // last saved activity state
Craig Mautnera0026042014-04-23 11:45:37 -0700289 PersistableBundle persistentState; // last persistently saved activity state
Wale Ogunwale66e16852017-10-19 13:35:52 -0700290 // TODO: See if this is still needed.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800291 boolean frontOfTask; // is this the root activity of its task?
292 boolean launchFailed; // set if a launched failed, to abort on 2nd try
293 boolean haveState; // have we gotten the last activity state?
294 boolean stopped; // is activity pause finished?
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700295 boolean delayedResume; // not yet resumed because of stopped app switches?
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800296 boolean finishing; // activity in pending finish list?
Wale Ogunwalef81c1d12016-01-12 12:20:18 -0800297 boolean deferRelaunchUntilPaused; // relaunch of activity is being deferred until pause is
298 // completed
299 boolean preserveWindowOnDeferredRelaunch; // activity windows are preserved on deferred relaunch
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800300 int configChangeFlags; // which config values have changed
Wale Ogunwaleec950642017-04-25 07:44:21 -0700301 private boolean keysPaused; // has key dispatching been paused for it?
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800302 int launchMode; // the launch mode activity attribute.
Charles He2bf28322017-10-12 22:24:49 +0100303 int lockTaskLaunchMode; // the lockTaskMode manifest attribute, subject to override
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800304 boolean visible; // does this activity's window need to be shown?
Jorim Jaggi241ae102016-11-02 21:57:33 -0700305 boolean visibleIgnoringKeyguard; // is this activity visible, ignoring the fact that Keyguard
306 // might hide this activity?
Wale Ogunwaleec950642017-04-25 07:44:21 -0700307 private boolean mDeferHidingClient; // If true we told WM to defer reporting to the client
308 // process that it is hidden.
Dianne Hackborn4eba96b2011-01-21 13:34:36 -0800309 boolean sleeping; // have we told the activity to sleep?
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800310 boolean nowVisible; // is this activity's window visible?
Vishnu Nairc1d2ff62018-11-08 16:50:12 -0800311 boolean drawn; // is this activity's window drawn?
Andrii Kuliana39ae3e2018-05-31 12:43:54 -0700312 boolean mClientVisibilityDeferred;// was the visibility change message to client deferred?
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800313 boolean idle; // has the activity gone idle?
314 boolean hasBeenLaunched;// has this activity ever been launched?
315 boolean frozenBeforeDestroy;// has been frozen but not yet destroyed.
Daniel Sandler69a48172010-06-23 16:29:36 -0400316 boolean immersive; // immersive mode (don't interrupt if possible)
Dianne Hackborne2515ee2011-04-27 18:52:56 -0400317 boolean forceNewConfig; // force re-create with new config next time
Winson Chungf7e03e12017-08-22 11:32:16 -0700318 boolean supportsEnterPipOnTaskSwitch; // This flag is set by the system to indicate that the
319 // activity can enter picture in picture while pausing (only when switching to another task)
Winson Chung709904f2017-04-25 11:00:48 -0700320 PictureInPictureParams pictureInPictureArgs = new PictureInPictureParams.Builder().build();
321 // The PiP params used when deferring the entering of picture-in-picture.
Dianne Hackborn07981492013-01-28 11:36:23 -0800322 int launchCount; // count of launches since last state
Wale Ogunwalef81c1d12016-01-12 12:20:18 -0800323 long lastLaunchTime; // time of last launch of this activity
Ruben Brunke24b9a62016-02-16 21:38:24 -0800324 ComponentName requestedVrComponent; // the requested component for handling VR mode.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800325
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700326 String stringName; // for caching of toString().
Craig Mautnerde4ef022013-04-07 19:01:33 -0700327
Dianne Hackbornf26fd992011-04-08 18:14:09 -0700328 private boolean inHistory; // are we in the history stack?
Craig Mautnerde4ef022013-04-07 19:01:33 -0700329 final ActivityStackSupervisor mStackSupervisor;
Wale Ogunwalef40c11b2016-02-26 08:16:02 -0800330
331 static final int STARTING_WINDOW_NOT_SHOWN = 0;
332 static final int STARTING_WINDOW_SHOWN = 1;
333 static final int STARTING_WINDOW_REMOVED = 2;
334 int mStartingWindowState = STARTING_WINDOW_NOT_SHOWN;
Wale Ogunwale3b232392016-05-13 15:37:13 -0700335 boolean mTaskOverlay = false; // Task is always on-top of other activities in the task.
Wale Ogunwalef40c11b2016-02-26 08:16:02 -0800336
Craig Mautner21d24a22014-04-23 11:45:37 -0700337 TaskDescription taskDescription; // the recents information for this activity
Craig Mautnerbb742462014-07-07 15:28:55 -0700338 boolean mLaunchTaskBehind; // this activity is actively being launched with
339 // ActivityOptions.setLaunchTaskBehind, will be cleared once launch is completed.
Craig Mautner2fbd7542014-03-21 09:34:07 -0700340
Filip Gruszczynski23493322015-07-29 17:02:59 -0700341 // These configurations are collected from application's resources based on size-sensitive
342 // qualifiers. For example, layout-w800dp will be added to mHorizontalSizeConfigurations as 800
343 // and drawable-sw400dp will be added to both as 400.
344 private int[] mVerticalSizeConfigurations;
345 private int[] mHorizontalSizeConfigurations;
Filip Gruszczynski20aa0ae2015-10-30 10:08:27 -0700346 private int[] mSmallestSizeConfigurations;
Filip Gruszczynski23493322015-07-29 17:02:59 -0700347
Amith Yamasani0af6fa72016-01-17 15:36:19 -0800348 boolean pendingVoiceInteractionStart; // Waiting for activity-invoked voice session
349 IVoiceInteractionSession voiceSession; // Voice interaction session for this activity
350
Robert Carrd2265122016-08-05 10:25:21 -0700351 // A hint to override the window specified rotation animation, or -1
352 // to use the window specified value. We use this so that
353 // we can select the right animation in the cases of starting
354 // windows, where the app hasn't had time to set a value
355 // on the window.
356 int mRotationAnimationHint = -1;
Robert Carrfd10cd12016-06-29 16:41:50 -0700357
chaviw59b98852017-06-13 12:05:44 -0700358 private boolean mShowWhenLocked;
359 private boolean mTurnScreenOn;
360
Andrii Kulian21713ac2016-10-12 22:05:05 -0700361 /**
Wale Ogunwaleb6d75f32018-02-22 20:44:56 -0800362 * Temp configs used in {@link #ensureActivityConfiguration(int, boolean)}
Andrii Kulian21713ac2016-10-12 22:05:05 -0700363 */
Wale Ogunwalee610d3d2017-04-25 10:23:48 -0700364 private final Configuration mTmpConfig = new Configuration();
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -0700365 private final Rect mTmpBounds = new Rect();
Andrii Kulian21713ac2016-10-12 22:05:05 -0700366
Wale Ogunwalef40c11b2016-02-26 08:16:02 -0800367 private static String startingWindowStateToString(int state) {
368 switch (state) {
369 case STARTING_WINDOW_NOT_SHOWN:
370 return "STARTING_WINDOW_NOT_SHOWN";
371 case STARTING_WINDOW_SHOWN:
372 return "STARTING_WINDOW_SHOWN";
373 case STARTING_WINDOW_REMOVED:
374 return "STARTING_WINDOW_REMOVED";
375 default:
376 return "unknown state=" + state;
377 }
378 }
379
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800380 void dump(PrintWriter pw, String prefix) {
Dianne Hackbornf530ac32012-06-21 14:17:48 -0700381 final long now = SystemClock.uptimeMillis();
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700382 pw.print(prefix); pw.print("packageName="); pw.print(packageName);
383 pw.print(" processName="); pw.println(processName);
384 pw.print(prefix); pw.print("launchedFromUid="); pw.print(launchedFromUid);
Craig Mautnere11f2b72013-04-01 12:37:17 -0700385 pw.print(" launchedFromPackage="); pw.print(launchedFromPackage);
Dianne Hackborn21c241e2012-03-08 13:57:23 -0800386 pw.print(" userId="); pw.println(userId);
387 pw.print(prefix); pw.print("app="); pw.println(app);
388 pw.print(prefix); pw.println(intent.toInsecureStringWithClip());
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700389 pw.print(prefix); pw.print("frontOfTask="); pw.print(frontOfTask);
390 pw.print(" task="); pw.println(task);
391 pw.print(prefix); pw.print("taskAffinity="); pw.println(taskAffinity);
Dianne Hackborn1d442e02009-04-20 18:14:05 -0700392 pw.print(prefix); pw.print("realActivity=");
393 pw.println(realActivity.flattenToShortString());
Jeff Sharkey8a4c9722014-06-16 13:48:42 -0700394 if (appInfo != null) {
395 pw.print(prefix); pw.print("baseDir="); pw.println(appInfo.sourceDir);
396 if (!Objects.equals(appInfo.sourceDir, appInfo.publicSourceDir)) {
397 pw.print(prefix); pw.print("resDir="); pw.println(appInfo.publicSourceDir);
398 }
399 pw.print(prefix); pw.print("dataDir="); pw.println(appInfo.dataDir);
Todd Kennedy39bfee52016-02-24 10:28:21 -0800400 if (appInfo.splitSourceDirs != null) {
401 pw.print(prefix); pw.print("splitDir=");
402 pw.println(Arrays.toString(appInfo.splitSourceDirs));
403 }
Dianne Hackborn21c241e2012-03-08 13:57:23 -0800404 }
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700405 pw.print(prefix); pw.print("stateNotNeeded="); pw.print(stateNotNeeded);
406 pw.print(" componentSpecified="); pw.print(componentSpecified);
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -0700407 pw.print(" mActivityType="); pw.println(
408 activityTypeToString(getActivityType()));
Dianne Hackbornfb81d092015-08-03 17:14:46 -0700409 if (rootVoiceInteraction) {
410 pw.print(prefix); pw.print("rootVoiceInteraction="); pw.println(rootVoiceInteraction);
411 }
Dianne Hackborn21c241e2012-03-08 13:57:23 -0800412 pw.print(prefix); pw.print("compat="); pw.print(compat);
413 pw.print(" labelRes=0x"); pw.print(Integer.toHexString(labelRes));
414 pw.print(" icon=0x"); pw.print(Integer.toHexString(icon));
415 pw.print(" theme=0x"); pw.println(Integer.toHexString(theme));
Wale Ogunwalee610d3d2017-04-25 10:23:48 -0700416 pw.println(prefix + "mLastReportedConfigurations:");
417 mLastReportedConfiguration.dump(pw, prefix + " ");
418
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -0700419 pw.print(prefix); pw.print("CurrentConfiguration="); pw.println(getConfiguration());
420 if (!getOverrideConfiguration().equals(EMPTY)) {
421 pw.println(prefix + "OverrideConfiguration=" + getOverrideConfiguration());
422 }
Bryce Leef3c6a472017-11-14 14:53:06 -0800423 if (!matchParentBounds()) {
424 pw.println(prefix + "bounds=" + getBounds());
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -0700425 }
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700426 if (resultTo != null || resultWho != null) {
427 pw.print(prefix); pw.print("resultTo="); pw.print(resultTo);
428 pw.print(" resultWho="); pw.print(resultWho);
429 pw.print(" resultCode="); pw.println(requestCode);
430 }
Craig Mautner29c58ca2014-10-14 16:17:06 -0700431 if (taskDescription != null) {
432 final String iconFilename = taskDescription.getIconFilename();
433 if (iconFilename != null || taskDescription.getLabel() != null ||
434 taskDescription.getPrimaryColor() != 0) {
435 pw.print(prefix); pw.print("taskDescription:");
Craig Mautner29c58ca2014-10-14 16:17:06 -0700436 pw.print(" label=\""); pw.print(taskDescription.getLabel());
437 pw.print("\"");
Matthew Ng54bc9422017-10-02 17:16:28 -0700438 pw.print(" icon="); pw.print(taskDescription.getInMemoryIcon() != null
439 ? taskDescription.getInMemoryIcon().getByteCount() + " bytes"
440 : "null");
441 pw.print(" iconResource="); pw.print(taskDescription.getIconResource());
442 pw.print(" iconFilename="); pw.print(taskDescription.getIconFilename());
Jorim Jaggi30d64f32017-04-07 16:33:17 +0200443 pw.print(" primaryColor=");
Craig Mautner29c58ca2014-10-14 16:17:06 -0700444 pw.println(Integer.toHexString(taskDescription.getPrimaryColor()));
Wale Ogunwale822e5122017-07-26 06:02:24 -0700445 pw.print(prefix + " backgroundColor=");
Jorim Jaggi30d64f32017-04-07 16:33:17 +0200446 pw.println(Integer.toHexString(taskDescription.getBackgroundColor()));
Wale Ogunwale822e5122017-07-26 06:02:24 -0700447 pw.print(prefix + " statusBarColor=");
Jorim Jaggi30d64f32017-04-07 16:33:17 +0200448 pw.println(Integer.toHexString(taskDescription.getStatusBarColor()));
Wale Ogunwale822e5122017-07-26 06:02:24 -0700449 pw.print(prefix + " navigationBarColor=");
Jorim Jaggi30d64f32017-04-07 16:33:17 +0200450 pw.println(Integer.toHexString(taskDescription.getNavigationBarColor()));
Craig Mautner29c58ca2014-10-14 16:17:06 -0700451 }
Craig Mautner648f69b2014-09-18 14:16:26 -0700452 }
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700453 if (results != null) {
454 pw.print(prefix); pw.print("results="); pw.println(results);
455 }
Dianne Hackbornf530ac32012-06-21 14:17:48 -0700456 if (pendingResults != null && pendingResults.size() > 0) {
457 pw.print(prefix); pw.println("Pending Results:");
458 for (WeakReference<PendingIntentRecord> wpir : pendingResults) {
459 PendingIntentRecord pir = wpir != null ? wpir.get() : null;
460 pw.print(prefix); pw.print(" - ");
461 if (pir == null) {
462 pw.println("null");
463 } else {
464 pw.println(pir);
465 pir.dump(pw, prefix + " ");
466 }
467 }
468 }
469 if (newIntents != null && newIntents.size() > 0) {
470 pw.print(prefix); pw.println("Pending New Intents:");
471 for (int i=0; i<newIntents.size(); i++) {
Craig Mautnerd2328952013-03-05 12:46:26 -0800472 Intent intent = newIntents.get(i);
Dianne Hackbornf530ac32012-06-21 14:17:48 -0700473 pw.print(prefix); pw.print(" - ");
474 if (intent == null) {
475 pw.println("null");
476 } else {
477 pw.println(intent.toShortString(false, true, false, true));
478 }
479 }
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700480 }
Dianne Hackborn6e3d6da2012-06-15 12:05:27 -0700481 if (pendingOptions != null) {
482 pw.print(prefix); pw.print("pendingOptions="); pw.println(pendingOptions);
483 }
Dianne Hackbornb5a380d2015-05-20 18:18:46 -0700484 if (appTimeTracker != null) {
485 appTimeTracker.dumpWithHeader(pw, prefix, false);
486 }
Dianne Hackborn7e269642010-08-25 19:50:20 -0700487 if (uriPermissions != null) {
Jeff Sharkey846318a2014-04-04 12:12:41 -0700488 uriPermissions.dump(pw, prefix);
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700489 }
490 pw.print(prefix); pw.print("launchFailed="); pw.print(launchFailed);
Dianne Hackborn07981492013-01-28 11:36:23 -0800491 pw.print(" launchCount="); pw.print(launchCount);
492 pw.print(" lastLaunchTime=");
493 if (lastLaunchTime == 0) pw.print("0");
494 else TimeUtils.formatDuration(lastLaunchTime, now, pw);
495 pw.println();
Dianne Hackborncfc837f2013-06-27 18:32:07 -0700496 pw.print(prefix); pw.print("haveState="); pw.print(haveState);
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700497 pw.print(" icicle="); pw.println(icicle);
Bryce Lee7ace3952018-02-16 14:34:32 -0800498 pw.print(prefix); pw.print("state="); pw.print(mState);
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700499 pw.print(" stopped="); pw.print(stopped);
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700500 pw.print(" delayedResume="); pw.print(delayedResume);
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700501 pw.print(" finishing="); pw.println(finishing);
502 pw.print(prefix); pw.print("keysPaused="); pw.print(keysPaused);
503 pw.print(" inHistory="); pw.print(inHistory);
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700504 pw.print(" visible="); pw.print(visible);
Dianne Hackborn4eba96b2011-01-21 13:34:36 -0800505 pw.print(" sleeping="); pw.print(sleeping);
Wale Ogunwalef40c11b2016-02-26 08:16:02 -0800506 pw.print(" idle="); pw.print(idle);
507 pw.print(" mStartingWindowState=");
508 pw.println(startingWindowStateToString(mStartingWindowState));
Dianne Hackbornff801ec2011-01-22 18:05:38 -0800509 pw.print(prefix); pw.print("fullscreen="); pw.print(fullscreen);
510 pw.print(" noDisplay="); pw.print(noDisplay);
511 pw.print(" immersive="); pw.print(immersive);
512 pw.print(" launchMode="); pw.println(launchMode);
Dianne Hackborn4eba96b2011-01-21 13:34:36 -0800513 pw.print(prefix); pw.print("frozenBeforeDestroy="); pw.print(frozenBeforeDestroy);
Dianne Hackborne2515ee2011-04-27 18:52:56 -0400514 pw.print(" forceNewConfig="); pw.println(forceNewConfig);
Craig Mautnerae7ecab2013-09-18 11:48:14 -0700515 pw.print(prefix); pw.print("mActivityType=");
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -0700516 pw.println(activityTypeToString(getActivityType()));
Ruben Brunke24b9a62016-02-16 21:38:24 -0800517 if (requestedVrComponent != null) {
518 pw.print(prefix);
519 pw.print("requestedVrComponent=");
520 pw.println(requestedVrComponent);
521 }
Bryce Lee4a194382017-04-04 14:32:48 -0700522 final boolean waitingVisible =
523 mStackSupervisor.mActivitiesWaitingForVisibleActivity.contains(this);
Dianne Hackborn21c241e2012-03-08 13:57:23 -0800524 if (lastVisibleTime != 0 || waitingVisible || nowVisible) {
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700525 pw.print(prefix); pw.print("waitingVisible="); pw.print(waitingVisible);
Dianne Hackborn21c241e2012-03-08 13:57:23 -0800526 pw.print(" nowVisible="); pw.print(nowVisible);
Dianne Hackborn6e3d6da2012-06-15 12:05:27 -0700527 pw.print(" lastVisibleTime=");
Dianne Hackbornf530ac32012-06-21 14:17:48 -0700528 if (lastVisibleTime == 0) pw.print("0");
529 else TimeUtils.formatDuration(lastVisibleTime, now, pw);
530 pw.println();
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700531 }
Wale Ogunwaleec950642017-04-25 07:44:21 -0700532 if (mDeferHidingClient) {
533 pw.println(prefix + "mDeferHidingClient=" + mDeferHidingClient);
534 }
Wale Ogunwalef81c1d12016-01-12 12:20:18 -0800535 if (deferRelaunchUntilPaused || configChangeFlags != 0) {
536 pw.print(prefix); pw.print("deferRelaunchUntilPaused="); pw.print(deferRelaunchUntilPaused);
Dianne Hackbornf210d6b2009-04-13 18:42:49 -0700537 pw.print(" configChangeFlags=");
538 pw.println(Integer.toHexString(configChangeFlags));
539 }
540 if (connections != null) {
541 pw.print(prefix); pw.print("connections="); pw.println(connections);
542 }
Wale Ogunwaled26176f2016-01-25 20:04:04 -0800543 if (info != null) {
544 pw.println(prefix + "resizeMode=" + ActivityInfo.resizeModeToString(info.resizeMode));
Winson Chung609e1e92017-05-08 10:52:12 -0700545 pw.println(prefix + "mLastReportedMultiWindowMode=" + mLastReportedMultiWindowMode
546 + " mLastReportedPictureInPictureMode=" + mLastReportedPictureInPictureMode);
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -0700547 if (info.supportsPictureInPicture()) {
548 pw.println(prefix + "supportsPictureInPicture=" + info.supportsPictureInPicture());
Winson Chungf7e03e12017-08-22 11:32:16 -0700549 pw.println(prefix + "supportsEnterPipOnTaskSwitch: "
550 + supportsEnterPipOnTaskSwitch);
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -0700551 }
552 if (info.maxAspectRatio != 0) {
553 pw.println(prefix + "maxAspectRatio=" + info.maxAspectRatio);
554 }
Wale Ogunwaled26176f2016-01-25 20:04:04 -0800555 }
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800556 }
557
Philip P. Moltmanncff8f0f2018-03-27 12:51:51 -0700558 void updateApplicationInfo(ApplicationInfo aInfo) {
559 appInfo = aInfo;
560 info.applicationInfo = aInfo;
561 }
562
Andrii Kulian21713ac2016-10-12 22:05:05 -0700563 private boolean crossesHorizontalSizeThreshold(int firstDp, int secondDp) {
Filip Gruszczynski23493322015-07-29 17:02:59 -0700564 return crossesSizeThreshold(mHorizontalSizeConfigurations, firstDp, secondDp);
565 }
566
Andrii Kulian21713ac2016-10-12 22:05:05 -0700567 private boolean crossesVerticalSizeThreshold(int firstDp, int secondDp) {
Filip Gruszczynski23493322015-07-29 17:02:59 -0700568 return crossesSizeThreshold(mVerticalSizeConfigurations, firstDp, secondDp);
569 }
570
Andrii Kulian21713ac2016-10-12 22:05:05 -0700571 private boolean crossesSmallestSizeThreshold(int firstDp, int secondDp) {
Filip Gruszczynski20aa0ae2015-10-30 10:08:27 -0700572 return crossesSizeThreshold(mSmallestSizeConfigurations, firstDp, secondDp);
573 }
574
Filip Gruszczynski23493322015-07-29 17:02:59 -0700575 /**
576 * The purpose of this method is to decide whether the activity needs to be relaunched upon
577 * changing its size. In most cases the activities don't need to be relaunched, if the resize
578 * is small, all the activity content has to do is relayout itself within new bounds. There are
579 * cases however, where the activity's content would be completely changed in the new size and
580 * the full relaunch is required.
581 *
582 * The activity will report to us vertical and horizontal thresholds after which a relaunch is
583 * required. These thresholds are collected from the application resource qualifiers. For
584 * example, if application has layout-w600dp resource directory, then it needs a relaunch when
585 * we resize from width of 650dp to 550dp, as it crosses the 600dp threshold. However, if
586 * it resizes width from 620dp to 700dp, it won't be relaunched as it stays on the same side
587 * of the threshold.
588 */
589 private static boolean crossesSizeThreshold(int[] thresholds, int firstDp,
590 int secondDp) {
591 if (thresholds == null) {
592 return false;
593 }
594 for (int i = thresholds.length - 1; i >= 0; i--) {
595 final int threshold = thresholds[i];
596 if ((firstDp < threshold && secondDp >= threshold)
597 || (firstDp >= threshold && secondDp < threshold)) {
598 return true;
599 }
600 }
601 return false;
602 }
603
Andrii Kulian21713ac2016-10-12 22:05:05 -0700604 void setSizeConfigurations(int[] horizontalSizeConfiguration,
Filip Gruszczynski20aa0ae2015-10-30 10:08:27 -0700605 int[] verticalSizeConfigurations, int[] smallestSizeConfigurations) {
Filip Gruszczynski23493322015-07-29 17:02:59 -0700606 mHorizontalSizeConfigurations = horizontalSizeConfiguration;
607 mVerticalSizeConfigurations = verticalSizeConfigurations;
Filip Gruszczynski20aa0ae2015-10-30 10:08:27 -0700608 mSmallestSizeConfigurations = smallestSizeConfigurations;
Filip Gruszczynski23493322015-07-29 17:02:59 -0700609 }
610
Andrii Kulianb047b8b2017-02-08 18:38:26 -0800611 private void scheduleActivityMovedToDisplay(int displayId, Configuration config) {
Wale Ogunwale22e25262016-02-01 10:32:02 -0800612 if (app == null || app.thread == null) {
Andrii Kulianb047b8b2017-02-08 18:38:26 -0800613 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.w(TAG,
614 "Can't report activity moved to display - client not running, activityRecord="
615 + this + ", displayId=" + displayId);
Wale Ogunwale22e25262016-02-01 10:32:02 -0800616 return;
617 }
618 try {
Andrii Kulianb047b8b2017-02-08 18:38:26 -0800619 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG,
620 "Reporting activity moved to display" + ", activityRecord=" + this
621 + ", displayId=" + displayId + ", config=" + config);
Chong Zhang6be533e2016-06-17 16:24:21 -0700622
Bryce Leeb0f993f2018-03-02 15:38:01 -0800623 service.getLifecycleManager().scheduleTransaction(app.thread, appToken,
Andrii Kulian9c5ea9c2017-12-07 09:31:01 -0800624 MoveToDisplayItem.obtain(displayId, config));
Andrii Kulianb047b8b2017-02-08 18:38:26 -0800625 } catch (RemoteException e) {
626 // If process died, whatever.
627 }
628 }
629
630 private void scheduleConfigurationChanged(Configuration config) {
631 if (app == null || app.thread == null) {
632 if (DEBUG_CONFIGURATION) Slog.w(TAG,
633 "Can't report activity configuration update - client not running"
634 + ", activityRecord=" + this);
635 return;
636 }
637 try {
638 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Sending new config to " + this + ", config: "
639 + config);
640
Bryce Leeb0f993f2018-03-02 15:38:01 -0800641 service.getLifecycleManager().scheduleTransaction(app.thread, appToken,
Andrii Kulian9c5ea9c2017-12-07 09:31:01 -0800642 ActivityConfigurationChangeItem.obtain(config));
Wale Ogunwale22e25262016-02-01 10:32:02 -0800643 } catch (RemoteException e) {
644 // If process died, whatever.
645 }
646 }
647
Winson Chung5af42fc2017-03-24 17:11:33 -0700648 void updateMultiWindowMode() {
Andrii Kulian02b7a832016-10-06 23:11:56 -0700649 if (task == null || task.getStack() == null || app == null || app.thread == null) {
Wale Ogunwale22e25262016-02-01 10:32:02 -0800650 return;
651 }
Winson Chung5af42fc2017-03-24 17:11:33 -0700652
Wale Ogunwaleeb76b762017-11-17 10:08:04 -0800653 if (task.getStack().deferScheduleMultiWindowModeChanged()) {
654 // Don't do anything if we are currently deferring multi-window mode change.
655 return;
656 }
657
Winson Chung5af42fc2017-03-24 17:11:33 -0700658 // An activity is considered to be in multi-window mode if its task isn't fullscreen.
Wale Ogunwaleeb76b762017-11-17 10:08:04 -0800659 final boolean inMultiWindowMode = inMultiWindowMode();
Winson Chung609e1e92017-05-08 10:52:12 -0700660 if (inMultiWindowMode != mLastReportedMultiWindowMode) {
661 mLastReportedMultiWindowMode = inMultiWindowMode;
Winson Chung5af42fc2017-03-24 17:11:33 -0700662 scheduleMultiWindowModeChanged(getConfiguration());
663 }
664 }
665
666 private void scheduleMultiWindowModeChanged(Configuration overrideConfig) {
Wale Ogunwale22e25262016-02-01 10:32:02 -0800667 try {
Bryce Leeb0f993f2018-03-02 15:38:01 -0800668 service.getLifecycleManager().scheduleTransaction(app.thread, appToken,
Andrii Kulian9c5ea9c2017-12-07 09:31:01 -0800669 MultiWindowModeChangeItem.obtain(mLastReportedMultiWindowMode,
Andrii Kulian446e8242017-10-26 15:17:29 -0700670 overrideConfig));
Wale Ogunwale22e25262016-02-01 10:32:02 -0800671 } catch (Exception e) {
672 // If process died, I don't care.
673 }
674 }
675
Winson Chungab76bbc2017-08-14 13:33:51 -0700676 void updatePictureInPictureMode(Rect targetStackBounds, boolean forceUpdate) {
Andrii Kulian02b7a832016-10-06 23:11:56 -0700677 if (task == null || task.getStack() == null || app == null || app.thread == null) {
Wale Ogunwale22e25262016-02-01 10:32:02 -0800678 return;
679 }
Winson Chung5af42fc2017-03-24 17:11:33 -0700680
Wale Ogunwale44f036f2017-09-29 05:09:09 -0700681 final boolean inPictureInPictureMode = inPinnedWindowingMode() && targetStackBounds != null;
Winson Chungab76bbc2017-08-14 13:33:51 -0700682 if (inPictureInPictureMode != mLastReportedPictureInPictureMode || forceUpdate) {
Winson Chung5af42fc2017-03-24 17:11:33 -0700683 // Picture-in-picture mode changes also trigger a multi-window mode change as well, so
Winson Chungfe0a59b2018-08-08 16:10:20 -0700684 // update that here in order. Set the last reported MW state to the same as the PiP
685 // state since we haven't yet actually resized the task (these callbacks need to
686 // preceed the configuration change from the resiez.
687 // TODO(110009072): Once we move these callbacks to the client, remove all logic related
688 // to forcing the update of the picture-in-picture mode as a part of the PiP animation.
Winson Chung609e1e92017-05-08 10:52:12 -0700689 mLastReportedPictureInPictureMode = inPictureInPictureMode;
Winson Chungfe0a59b2018-08-08 16:10:20 -0700690 mLastReportedMultiWindowMode = inPictureInPictureMode;
Winson Chung5af42fc2017-03-24 17:11:33 -0700691 final Configuration newConfig = task.computeNewOverrideConfigurationForBounds(
692 targetStackBounds, null);
693 schedulePictureInPictureModeChanged(newConfig);
694 scheduleMultiWindowModeChanged(newConfig);
695 }
696 }
697
698 private void schedulePictureInPictureModeChanged(Configuration overrideConfig) {
Wale Ogunwale22e25262016-02-01 10:32:02 -0800699 try {
Bryce Leeb0f993f2018-03-02 15:38:01 -0800700 service.getLifecycleManager().scheduleTransaction(app.thread, appToken,
Andrii Kulian9c5ea9c2017-12-07 09:31:01 -0800701 PipModeChangeItem.obtain(mLastReportedPictureInPictureMode,
Andrii Kulian446e8242017-10-26 15:17:29 -0700702 overrideConfig));
Wale Ogunwale22e25262016-02-01 10:32:02 -0800703 } catch (Exception e) {
704 // If process died, no one cares.
Filip Gruszczynskica664812015-12-04 12:43:36 -0800705 }
706 }
707
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -0700708 @Override
709 protected int getChildCount() {
710 // {@link ActivityRecord} is a leaf node and has no children.
711 return 0;
712 }
713
714 @Override
715 protected ConfigurationContainer getChildAt(int index) {
716 return null;
717 }
718
719 @Override
720 protected ConfigurationContainer getParent() {
Bryce Leeaf691c02017-03-20 14:20:22 -0700721 return getTask();
722 }
723
724 TaskRecord getTask() {
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -0700725 return task;
726 }
727
Bryce Leeaf691c02017-03-20 14:20:22 -0700728 /**
729 * Sets reference to the {@link TaskRecord} the {@link ActivityRecord} will treat as its parent.
730 * Note that this does not actually add the {@link ActivityRecord} as a {@link TaskRecord}
731 * children. However, this method will clean up references to this {@link ActivityRecord} in
732 * {@link ActivityStack}.
733 * @param task The new parent {@link TaskRecord}.
734 */
735 void setTask(TaskRecord task) {
Bryce Lee84730a02018-04-03 14:10:04 -0700736 setTask(task /* task */, false /* reparenting */);
Bryce Leeaf691c02017-03-20 14:20:22 -0700737 }
738
739 /**
740 * This method should only be called by {@link TaskRecord#removeActivity(ActivityRecord)}.
Bryce Lee84730a02018-04-03 14:10:04 -0700741 * @param task The new parent task.
742 * @param reparenting Whether we're in the middle of reparenting.
Bryce Leeaf691c02017-03-20 14:20:22 -0700743 */
744 void setTask(TaskRecord task, boolean reparenting) {
745 // Do nothing if the {@link TaskRecord} is the same as the current {@link getTask}.
746 if (task != null && task == getTask()) {
747 return;
748 }
749
Bryce Lee84730a02018-04-03 14:10:04 -0700750 final ActivityStack oldStack = getStack();
751 final ActivityStack newStack = task != null ? task.getStack() : null;
Bryce Leeaf691c02017-03-20 14:20:22 -0700752
Bryce Lee84730a02018-04-03 14:10:04 -0700753 // Inform old stack (if present) of activity removal and new stack (if set) of activity
754 // addition.
755 if (oldStack != newStack) {
756 if (!reparenting && oldStack != null) {
757 oldStack.onActivityRemovedFromStack(this);
758 }
759
760 if (newStack != null) {
761 newStack.onActivityAddedToStack(this);
762 }
Bryce Leeaf691c02017-03-20 14:20:22 -0700763 }
764
765 this.task = task;
766
767 if (!reparenting) {
768 onParentChanged();
769 }
770 }
771
chaviw4ad54912018-05-30 11:05:44 -0700772 /**
773 * See {@link AppWindowContainerController#setWillCloseOrEnterPip(boolean)}
774 */
775 void setWillCloseOrEnterPip(boolean willCloseOrEnterPip) {
776 getWindowContainerController().setWillCloseOrEnterPip(willCloseOrEnterPip);
777 }
778
Dianne Hackbornbe707852011-11-11 14:32:10 -0800779 static class Token extends IApplicationToken.Stub {
Wale Ogunwale7d701172015-03-11 15:36:30 -0700780 private final WeakReference<ActivityRecord> weakActivity;
Steven Timotiusaf03df62017-07-18 16:56:43 -0700781 private final String name;
Dianne Hackbornbe707852011-11-11 14:32:10 -0800782
Steven Timotiusaf03df62017-07-18 16:56:43 -0700783 Token(ActivityRecord activity, Intent intent) {
Wale Ogunwalee23149f2015-03-06 15:39:44 -0800784 weakActivity = new WeakReference<>(activity);
Steven Timotiusaf03df62017-07-18 16:56:43 -0700785 name = intent.getComponent().flattenToShortString();
Wale Ogunwale7d701172015-03-11 15:36:30 -0700786 }
787
Andrii Kulian21713ac2016-10-12 22:05:05 -0700788 private static ActivityRecord tokenToActivityRecordLocked(Token token) {
Wale Ogunwale7d701172015-03-11 15:36:30 -0700789 if (token == null) {
790 return null;
791 }
792 ActivityRecord r = token.weakActivity.get();
Andrii Kulian02b7a832016-10-06 23:11:56 -0700793 if (r == null || r.getStack() == null) {
Wale Ogunwale7d701172015-03-11 15:36:30 -0700794 return null;
795 }
796 return r;
Dianne Hackbornbe707852011-11-11 14:32:10 -0800797 }
798
Craig Mautnerde4ef022013-04-07 19:01:33 -0700799 @Override
Dianne Hackbornbe707852011-11-11 14:32:10 -0800800 public String toString() {
801 StringBuilder sb = new StringBuilder(128);
802 sb.append("Token{");
803 sb.append(Integer.toHexString(System.identityHashCode(this)));
804 sb.append(' ');
805 sb.append(weakActivity.get());
806 sb.append('}');
807 return sb.toString();
808 }
Steven Timotiusaf03df62017-07-18 16:56:43 -0700809
810 @Override
811 public String getName() {
812 return name;
813 }
Dianne Hackbornbe707852011-11-11 14:32:10 -0800814 }
815
Wale Ogunwale7d701172015-03-11 15:36:30 -0700816 static ActivityRecord forTokenLocked(IBinder token) {
Dianne Hackbornbe707852011-11-11 14:32:10 -0800817 try {
Wale Ogunwale7d701172015-03-11 15:36:30 -0700818 return Token.tokenToActivityRecordLocked((Token)token);
Dianne Hackbornbe707852011-11-11 14:32:10 -0800819 } catch (ClassCastException e) {
Wale Ogunwalee23149f2015-03-06 15:39:44 -0800820 Slog.w(TAG, "Bad activity token: " + token, e);
Dianne Hackbornbe707852011-11-11 14:32:10 -0800821 return null;
822 }
823 }
824
Chong Zhang85ee6542015-10-02 13:36:38 -0700825 boolean isResolverActivity() {
826 return ResolverActivity.class.getName().equals(realActivity.getClassName());
Craig Mautnerac6f8432013-07-17 13:24:59 -0700827 }
828
Patrick Baumann31426b22018-05-21 13:46:40 -0700829 boolean isResolverOrChildActivity() {
830 if (!"android".equals(packageName)) {
831 return false;
832 }
833 try {
834 return ResolverActivity.class.isAssignableFrom(
835 Object.class.getClassLoader().loadClass(realActivity.getClassName()));
836 } catch (ClassNotFoundException e) {
837 return false;
838 }
839 }
840
Andrii Kulianfb1bf692017-01-17 11:17:34 -0800841 ActivityRecord(ActivityManagerService _service, ProcessRecord _caller, int _launchedFromPid,
Dianne Hackbornf265ea92013-01-31 15:00:51 -0800842 int _launchedFromUid, String _launchedFromPackage, Intent _intent, String _resolvedType,
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800843 ActivityInfo aInfo, Configuration _configuration,
Dianne Hackborn01e4cfc2010-06-24 15:07:24 -0700844 ActivityRecord _resultTo, String _resultWho, int _reqCode,
Dianne Hackbornfb81d092015-08-03 17:14:46 -0700845 boolean _componentSpecified, boolean _rootVoiceInteraction,
Andrii Kulian94e82d9b02017-07-13 15:33:06 -0700846 ActivityStackSupervisor supervisor, ActivityOptions options,
847 ActivityRecord sourceRecord) {
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800848 service = _service;
Steven Timotiusaf03df62017-07-18 16:56:43 -0700849 appToken = new Token(this, _intent);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800850 info = aInfo;
Andrii Kulianfb1bf692017-01-17 11:17:34 -0800851 launchedFromPid = _launchedFromPid;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800852 launchedFromUid = _launchedFromUid;
Dianne Hackbornf265ea92013-01-31 15:00:51 -0800853 launchedFromPackage = _launchedFromPackage;
Dianne Hackbornf02b60a2012-08-16 10:48:27 -0700854 userId = UserHandle.getUserId(aInfo.applicationInfo.uid);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800855 intent = _intent;
856 shortComponentName = _intent.getComponent().flattenToShortString();
857 resolvedType = _resolvedType;
The Android Open Source Project4df24232009-03-05 14:34:35 -0800858 componentSpecified = _componentSpecified;
Dianne Hackbornfb81d092015-08-03 17:14:46 -0700859 rootVoiceInteraction = _rootVoiceInteraction;
Wale Ogunwalee610d3d2017-04-25 10:23:48 -0700860 mLastReportedConfiguration = new MergedConfiguration(_configuration);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800861 resultTo = _resultTo;
862 resultWho = _resultWho;
863 requestCode = _reqCode;
Bryce Lee7ace3952018-02-16 14:34:32 -0800864 setState(INITIALIZING, "ActivityRecord ctor");
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800865 frontOfTask = false;
866 launchFailed = false;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800867 stopped = false;
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700868 delayedResume = false;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800869 finishing = false;
Wale Ogunwalef81c1d12016-01-12 12:20:18 -0800870 deferRelaunchUntilPaused = false;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800871 keysPaused = false;
872 inHistory = false;
Chong Zhanga48ef662015-08-18 19:21:47 -0700873 visible = false;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800874 nowVisible = false;
Vishnu Nairc1d2ff62018-11-08 16:50:12 -0800875 drawn = false;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800876 idle = false;
877 hasBeenLaunched = false;
Craig Mautnerde4ef022013-04-07 19:01:33 -0700878 mStackSupervisor = supervisor;
Robert Carr0f5d7532016-10-17 16:39:17 -0700879
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800880 // This starts out true, since the initial state of an activity is that we have everything,
881 // and we shouldn't never consider it lacking in state to be removed if it dies.
Dianne Hackborn2d1b3782012-09-09 17:49:39 -0700882 haveState = true;
883
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800884 // If the class name in the intent doesn't match that of the target, this is
885 // probably an alias. We have to create a new ComponentName object to keep track
886 // of the real activity name, so that FLAG_ACTIVITY_CLEAR_TOP is handled properly.
887 if (aInfo.targetActivity == null
888 || (aInfo.targetActivity.equals(_intent.getComponent().getClassName())
889 && (aInfo.launchMode == LAUNCH_MULTIPLE
890 || aInfo.launchMode == LAUNCH_SINGLE_TOP))) {
891 realActivity = _intent.getComponent();
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800892 } else {
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800893 realActivity = new ComponentName(aInfo.packageName, aInfo.targetActivity);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800894 }
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800895 taskAffinity = aInfo.taskAffinity;
896 stateNotNeeded = (aInfo.flags & FLAG_STATE_NOT_NEEDED) != 0;
897 appInfo = aInfo.applicationInfo;
898 nonLocalizedLabel = aInfo.nonLocalizedLabel;
899 labelRes = aInfo.labelRes;
900 if (nonLocalizedLabel == null && labelRes == 0) {
901 ApplicationInfo app = aInfo.applicationInfo;
902 nonLocalizedLabel = app.nonLocalizedLabel;
903 labelRes = app.labelRes;
904 }
905 icon = aInfo.getIconResource();
906 logo = aInfo.getLogoResource();
907 theme = aInfo.getThemeResource();
908 realTheme = theme;
909 if (realTheme == 0) {
910 realTheme = aInfo.applicationInfo.targetSdkVersion < HONEYCOMB
911 ? android.R.style.Theme : android.R.style.Theme_Holo;
912 }
913 if ((aInfo.flags & ActivityInfo.FLAG_HARDWARE_ACCELERATED) != 0) {
914 windowFlags |= LayoutParams.FLAG_HARDWARE_ACCELERATED;
915 }
916 if ((aInfo.flags & FLAG_MULTIPROCESS) != 0 && _caller != null
917 && (aInfo.applicationInfo.uid == SYSTEM_UID
918 || aInfo.applicationInfo.uid == _caller.info.uid)) {
919 processName = _caller.processName;
920 } else {
921 processName = aInfo.processName;
922 }
923
924 if ((aInfo.flags & FLAG_EXCLUDE_FROM_RECENTS) != 0) {
925 intent.addFlags(FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
926 }
927
928 packageName = aInfo.applicationInfo.packageName;
929 launchMode = aInfo.launchMode;
930
Ruben Brunkf53497c2017-03-27 20:26:17 -0700931 Entry ent = AttributeCache.instance().get(packageName,
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800932 realTheme, com.android.internal.R.styleable.Window, userId);
Bryce Leee83f34cd2017-10-31 19:50:54 -0700933
Wale Ogunwale7e1f5f52017-10-18 15:19:59 -0700934 if (ent != null) {
935 fullscreen = !ActivityInfo.isTranslucentOrFloating(ent.array);
936 hasWallpaper = ent.array.getBoolean(R.styleable.Window_windowShowWallpaper, false);
937 noDisplay = ent.array.getBoolean(R.styleable.Window_windowNoDisplay, false);
938 } else {
939 hasWallpaper = false;
940 noDisplay = false;
941 }
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800942
Winson Chung83471632016-12-13 11:02:12 -0800943 setActivityType(_componentSpecified, _launchedFromUid, _intent, options, sourceRecord);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800944
945 immersive = (aInfo.flags & FLAG_IMMERSIVE) != 0;
946
947 requestedVrComponent = (aInfo.requestedVrComponent == null) ?
948 null : ComponentName.unflattenFromString(aInfo.requestedVrComponent);
chaviw59b98852017-06-13 12:05:44 -0700949
950 mShowWhenLocked = (aInfo.flags & FLAG_SHOW_WHEN_LOCKED) != 0;
951 mTurnScreenOn = (aInfo.flags & FLAG_TURN_SCREEN_ON) != 0;
Charles He2bf28322017-10-12 22:24:49 +0100952
953 mRotationAnimationHint = aInfo.rotationAnimation;
954 lockTaskLaunchMode = aInfo.lockTaskLaunchMode;
955 if (appInfo.isPrivilegedApp() && (lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_ALWAYS
956 || lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_NEVER)) {
957 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_DEFAULT;
958 }
959
960 if (options != null) {
961 pendingOptions = options;
962 mLaunchTaskBehind = options.getLaunchTaskBehind();
963
964 final int rotationAnimation = pendingOptions.getRotationAnimationHint();
965 // Only override manifest supplied option if set.
966 if (rotationAnimation >= 0) {
967 mRotationAnimationHint = rotationAnimation;
968 }
969 final PendingIntent usageReport = pendingOptions.getUsageTimeReport();
970 if (usageReport != null) {
971 appTimeTracker = new AppTimeTracker(usageReport);
972 }
973 final boolean useLockTask = pendingOptions.getLockTaskMode();
974 if (useLockTask && lockTaskLaunchMode == LOCK_TASK_LAUNCH_MODE_DEFAULT) {
975 lockTaskLaunchMode = LOCK_TASK_LAUNCH_MODE_IF_WHITELISTED;
976 }
977 }
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800978 }
979
Dianne Hackborn68a06332017-11-15 17:54:18 -0800980 void setProcess(ProcessRecord proc) {
981 app = proc;
982 final ActivityRecord root = task != null ? task.getRootActivity() : null;
983 if (root == this) {
984 task.setRootProcess(proc);
985 }
986 }
987
Wale Ogunwalee1fe7fa22016-12-15 18:27:00 -0800988 AppWindowContainerController getWindowContainerController() {
989 return mWindowContainerController;
990 }
991
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800992 void createWindowContainer() {
993 if (mWindowContainerController != null) {
994 throw new IllegalArgumentException("Window container=" + mWindowContainerController
995 + " already created for r=" + this);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -0800996 }
997
998 inHistory = true;
999
Wale Ogunwalee1fe7fa22016-12-15 18:27:00 -08001000 final TaskWindowContainerController taskController = task.getWindowContainerController();
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001001
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07001002 // TODO(b/36505427): Maybe this call should be moved inside updateOverrideConfiguration()
1003 task.updateOverrideConfigurationFromLaunchBounds();
1004 // Make sure override configuration is up-to-date before using to create window controller.
1005 updateOverrideConfiguration();
1006
Wale Ogunwalee1fe7fa22016-12-15 18:27:00 -08001007 mWindowContainerController = new AppWindowContainerController(taskController, appToken,
1008 this, Integer.MAX_VALUE /* add on top */, info.screenOrientation, fullscreen,
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001009 (info.flags & FLAG_SHOW_FOR_ALL_USERS) != 0, info.configChanges,
1010 task.voiceSession != null, mLaunchTaskBehind, isAlwaysFocusable(),
1011 appInfo.targetSdkVersion, mRotationAnimationHint,
Bryce Leef3c6a472017-11-14 14:53:06 -08001012 ActivityManagerService.getInputDispatchingTimeoutLocked(this) * 1000000L);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001013
1014 task.addActivityToTop(this);
1015
Winson Chung609e1e92017-05-08 10:52:12 -07001016 // When an activity is started directly into a split-screen fullscreen stack, we need to
1017 // update the initial multi-window modes so that the callbacks are scheduled correctly when
1018 // the user leaves that mode.
Bryce Leef3c6a472017-11-14 14:53:06 -08001019 mLastReportedMultiWindowMode = inMultiWindowMode();
Wale Ogunwale44f036f2017-09-29 05:09:09 -07001020 mLastReportedPictureInPictureMode = inPinnedWindowingMode();
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001021 }
1022
1023 void removeWindowContainer() {
Bryce Lee7ace3952018-02-16 14:34:32 -08001024 // Do not try to remove a window container if we have already removed it.
1025 if (mWindowContainerController == null) {
1026 return;
1027 }
1028
Wale Ogunwalecc367f42017-02-01 08:12:14 -08001029 // Resume key dispatching if it is currently paused before we remove the container.
1030 resumeKeyDispatchingLocked();
1031
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001032 mWindowContainerController.removeContainer(getDisplayId());
Wale Ogunwalee1fe7fa22016-12-15 18:27:00 -08001033 mWindowContainerController = null;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001034 }
1035
Winson Chung30480042017-01-26 10:55:34 -08001036 /**
1037 * Reparents this activity into {@param newTask} at the provided {@param position}. The caller
1038 * should ensure that the {@param newTask} is not already the parent of this activity.
1039 */
1040 void reparent(TaskRecord newTask, int position, String reason) {
1041 final TaskRecord prevTask = task;
1042 if (prevTask == newTask) {
1043 throw new IllegalArgumentException(reason + ": task=" + newTask
1044 + " is already the parent of r=" + this);
1045 }
1046
Winson Chung74666102017-02-22 17:49:24 -08001047 // TODO: Ensure that we do not directly reparent activities across stacks, as that may leave
1048 // the stacks in strange states. For now, we should use Task.reparent() to ensure that
1049 // the stack is left in an OK state.
1050 if (prevTask != null && newTask != null && prevTask.getStack() != newTask.getStack()) {
1051 throw new IllegalArgumentException(reason + ": task=" + newTask
1052 + " is in a different stack (" + newTask.getStackId() + ") than the parent of"
1053 + " r=" + this + " (" + prevTask.getStackId() + ")");
1054 }
1055
Winson Chung30480042017-01-26 10:55:34 -08001056 // Must reparent first in window manager
1057 mWindowContainerController.reparent(newTask.getWindowContainerController(), position);
1058
Bryce Lee84730a02018-04-03 14:10:04 -07001059 // Reparenting prevents informing the parent stack of activity removal in the case that
1060 // the new stack has the same parent. we must manually signal here if this is not the case.
1061 final ActivityStack prevStack = prevTask.getStack();
1062
1063 if (prevStack != newTask.getStack()) {
1064 prevStack.onActivityRemovedFromStack(this);
1065 }
Bryce Leeaf691c02017-03-20 14:20:22 -07001066 // Remove the activity from the old task and add it to the new task.
Bryce Lee84730a02018-04-03 14:10:04 -07001067 prevTask.removeActivity(this, true /* reparenting */);
Bryce Lee0f9bde82017-02-22 16:39:06 -08001068
Winson Chung30480042017-01-26 10:55:34 -08001069 newTask.addActivityAtIndex(position, this);
1070 }
1071
Wale Ogunwale1affbbc2016-05-01 09:03:52 -07001072 private boolean isHomeIntent(Intent intent) {
Ruben Brunkf53497c2017-03-27 20:26:17 -07001073 return ACTION_MAIN.equals(intent.getAction())
1074 && intent.hasCategory(CATEGORY_HOME)
Wale Ogunwale1affbbc2016-05-01 09:03:52 -07001075 && intent.getCategories().size() == 1
1076 && intent.getData() == null
1077 && intent.getType() == null;
1078 }
1079
Chong Zhangad24f962016-08-25 12:12:33 -07001080 static boolean isMainIntent(Intent intent) {
Ruben Brunkf53497c2017-03-27 20:26:17 -07001081 return ACTION_MAIN.equals(intent.getAction())
1082 && intent.hasCategory(CATEGORY_LAUNCHER)
Chong Zhangad24f962016-08-25 12:12:33 -07001083 && intent.getCategories().size() == 1
1084 && intent.getData() == null
1085 && intent.getType() == null;
1086 }
1087
Wale Ogunwale1affbbc2016-05-01 09:03:52 -07001088 private boolean canLaunchHomeActivity(int uid, ActivityRecord sourceRecord) {
1089 if (uid == Process.myUid() || uid == 0) {
1090 // System process can launch home activity.
1091 return true;
1092 }
Winson Chung547afd22018-05-17 16:03:25 -07001093 // Allow the recents component to launch the home activity.
1094 final RecentTasks recentTasks = mStackSupervisor.mService.getRecentTasks();
1095 if (recentTasks != null && recentTasks.isCallerRecents(uid)) {
1096 return true;
1097 }
Wale Ogunwale1affbbc2016-05-01 09:03:52 -07001098 // Resolver activity can launch home activity.
1099 return sourceRecord != null && sourceRecord.isResolverActivity();
1100 }
1101
Winson Chung83471632016-12-13 11:02:12 -08001102 /**
1103 * @return whether the given package name can launch an assist activity.
1104 */
1105 private boolean canLaunchAssistActivity(String packageName) {
Winson Chungbccd4b52017-12-13 11:08:39 -08001106 final ComponentName assistComponent = service.mActiveVoiceInteractionServiceComponent;
Winson Chung83471632016-12-13 11:02:12 -08001107 if (assistComponent != null) {
1108 return assistComponent.getPackageName().equals(packageName);
1109 }
1110 return false;
1111 }
1112
1113 private void setActivityType(boolean componentSpecified, int launchedFromUid, Intent intent,
1114 ActivityOptions options, ActivityRecord sourceRecord) {
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -07001115 int activityType = ACTIVITY_TYPE_UNDEFINED;
Wale Ogunwale1affbbc2016-05-01 09:03:52 -07001116 if ((!componentSpecified || canLaunchHomeActivity(launchedFromUid, sourceRecord))
1117 && isHomeIntent(intent) && !isResolverActivity()) {
1118 // This sure looks like a home activity!
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -07001119 activityType = ACTIVITY_TYPE_HOME;
Wale Ogunwaledf241e92016-10-13 15:14:21 -07001120
1121 if (info.resizeMode == RESIZE_MODE_FORCE_RESIZEABLE
1122 || info.resizeMode == RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION) {
1123 // We only allow home activities to be resizeable if they explicitly requested it.
1124 info.resizeMode = RESIZE_MODE_UNRESIZEABLE;
1125 }
Winson Chung16e185e2017-11-07 08:30:54 -08001126 } else if (realActivity.getClassName().contains(LEGACY_RECENTS_PACKAGE_NAME) ||
1127 service.getRecentTasks().isRecentsComponent(realActivity, appInfo.uid)) {
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -07001128 activityType = ACTIVITY_TYPE_RECENTS;
Wale Ogunwale0568aed2017-09-08 13:29:37 -07001129 } else if (options != null && options.getLaunchActivityType() == ACTIVITY_TYPE_ASSISTANT
Winson Chung83471632016-12-13 11:02:12 -08001130 && canLaunchAssistActivity(launchedFromPackage)) {
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -07001131 activityType = ACTIVITY_TYPE_ASSISTANT;
Wale Ogunwale1affbbc2016-05-01 09:03:52 -07001132 }
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -07001133 setActivityType(activityType);
Wale Ogunwale1affbbc2016-05-01 09:03:52 -07001134 }
1135
Craig Mautnera228ae92014-07-09 05:44:55 -07001136 void setTaskToAffiliateWith(TaskRecord taskToAffiliateWith) {
Wale Ogunwalea0cd15e2017-02-01 15:33:08 -08001137 if (launchMode != LAUNCH_SINGLE_INSTANCE && launchMode != LAUNCH_SINGLE_TASK) {
Craig Mautnera228ae92014-07-09 05:44:55 -07001138 task.setTaskToAffiliateWith(taskToAffiliateWith);
1139 }
Dianne Hackbornf26fd992011-04-08 18:14:09 -07001140 }
1141
Andrii Kulian02b7a832016-10-06 23:11:56 -07001142 /**
1143 * @return Stack value from current task, null if there is no task.
1144 */
Winson Chung55893332017-02-17 17:13:10 -08001145 <T extends ActivityStack> T getStack() {
1146 return task != null ? (T) task.getStack() : null;
Andrii Kulian02b7a832016-10-06 23:11:56 -07001147 }
1148
Jorim Jaggicdfc04e2017-04-28 19:06:24 +02001149 int getStackId() {
Jorim Jaggi3878ca32017-02-02 17:13:05 -08001150 return getStack() != null ? getStack().mStackId : INVALID_STACK_ID;
1151 }
1152
Wale Ogunwale04a05ac2017-09-17 21:35:02 -07001153 ActivityDisplay getDisplay() {
1154 final ActivityStack stack = getStack();
1155 return stack != null ? stack.getDisplay() : null;
1156 }
1157
Craig Mautner5eda9b32013-07-02 11:58:16 -07001158 boolean changeWindowTranslucency(boolean toOpaque) {
1159 if (fullscreen == toOpaque) {
1160 return false;
1161 }
Craig Mautner4addfc52013-06-25 08:05:45 -07001162
Craig Mautner5eda9b32013-07-02 11:58:16 -07001163 // Keep track of the number of fullscreen activities in this task.
1164 task.numFullscreen += toOpaque ? +1 : -1;
1165
1166 fullscreen = toOpaque;
1167 return true;
Craig Mautner4addfc52013-06-25 08:05:45 -07001168 }
1169
Dianne Hackbornf26fd992011-04-08 18:14:09 -07001170 void takeFromHistory() {
1171 if (inHistory) {
1172 inHistory = false;
1173 if (task != null && !finishing) {
Craig Mautner5d9c7be2013-02-15 14:02:56 -08001174 task = null;
Dianne Hackbornf26fd992011-04-08 18:14:09 -07001175 }
Dianne Hackborn6e3d6da2012-06-15 12:05:27 -07001176 clearOptionsLocked();
Dianne Hackbornf26fd992011-04-08 18:14:09 -07001177 }
1178 }
1179
1180 boolean isInHistory() {
1181 return inHistory;
1182 }
1183
Wale Ogunwale7d701172015-03-11 15:36:30 -07001184 boolean isInStackLocked() {
Andrii Kulian02b7a832016-10-06 23:11:56 -07001185 final ActivityStack stack = getStack();
1186 return stack != null && stack.isInStackLocked(this) != null;
Wale Ogunwale7d701172015-03-11 15:36:30 -07001187 }
1188
Craig Mautner21d24a22014-04-23 11:45:37 -07001189 boolean isPersistable() {
Ruben Brunkf53497c2017-03-27 20:26:17 -07001190 return (info.persistableMode == PERSIST_ROOT_ONLY ||
1191 info.persistableMode == PERSIST_ACROSS_REBOOTS) &&
Wale Ogunwale3382ab12017-07-27 08:55:03 -07001192 (intent == null || (intent.getFlags() & FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS) == 0);
Craig Mautner21d24a22014-04-23 11:45:37 -07001193 }
1194
Wale Ogunwale4cea0f52015-12-25 06:30:31 -08001195 boolean isFocusable() {
Bryce Lee7b851cc2018-04-10 14:53:13 -07001196 return mStackSupervisor.isFocusable(this, isAlwaysFocusable());
Wale Ogunwale6cae7652015-12-26 07:36:26 -08001197 }
1198
1199 boolean isResizeable() {
Winson Chungd3395382016-12-13 11:49:09 -08001200 return ActivityInfo.isResizeableMode(info.resizeMode) || info.supportsPictureInPicture();
Wale Ogunwale6cae7652015-12-26 07:36:26 -08001201 }
1202
Winson Chungd3395382016-12-13 11:49:09 -08001203 /**
1204 * @return whether this activity is non-resizeable or forced to be resizeable
1205 */
1206 boolean isNonResizableOrForcedResizable() {
Wale Ogunwaledf241e92016-10-13 15:14:21 -07001207 return info.resizeMode != RESIZE_MODE_RESIZEABLE
Wale Ogunwale72a73e32016-10-13 12:16:39 -07001208 && info.resizeMode != RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION;
Jorim Jaggicd13d332016-04-27 15:40:20 -07001209 }
1210
Winson Chunge6308042016-10-31 09:24:01 -07001211 /**
Winson Chungd3395382016-12-13 11:49:09 -08001212 * @return whether this activity supports PiP multi-window and can be put in the pinned stack.
Winson Chunge6308042016-10-31 09:24:01 -07001213 */
Wale Ogunwale6cae7652015-12-26 07:36:26 -08001214 boolean supportsPictureInPicture() {
Wale Ogunwale034a8ec2017-09-02 17:14:40 -07001215 return service.mSupportsPictureInPicture && isActivityTypeStandardOrUndefined()
Winson Chungd3395382016-12-13 11:49:09 -08001216 && info.supportsPictureInPicture();
1217 }
1218
1219 /**
1220 * @return whether this activity supports split-screen multi-window and can be put in the docked
1221 * stack.
1222 */
Wale Ogunwale04a05ac2017-09-17 21:35:02 -07001223 @Override
1224 public boolean supportsSplitScreenWindowingMode() {
Winson Chungd3395382016-12-13 11:49:09 -08001225 // An activity can not be docked even if it is considered resizeable because it only
1226 // supports picture-in-picture mode but has a non-resizeable resizeMode
Wale Ogunwale04a05ac2017-09-17 21:35:02 -07001227 return super.supportsSplitScreenWindowingMode()
1228 && service.mSupportsSplitScreenMultiWindow && supportsResizeableMultiWindow();
Winson Chungd3395382016-12-13 11:49:09 -08001229 }
1230
1231 /**
1232 * @return whether this activity supports freeform multi-window and can be put in the freeform
1233 * stack.
1234 */
1235 boolean supportsFreeform() {
1236 return service.mSupportsFreeformWindowManagement && supportsResizeableMultiWindow();
1237 }
1238
1239 /**
1240 * @return whether this activity supports non-PiP multi-window.
1241 */
1242 private boolean supportsResizeableMultiWindow() {
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -07001243 return service.mSupportsMultiWindow && !isActivityTypeHome()
Winson Chungd3395382016-12-13 11:49:09 -08001244 && (ActivityInfo.isResizeableMode(info.resizeMode)
1245 || service.mForceResizableActivities);
Wale Ogunwaled26176f2016-01-25 20:04:04 -08001246 }
1247
Winson Chunge6308042016-10-31 09:24:01 -07001248 /**
Andrii Kulian036e3ad2017-04-19 10:55:10 -07001249 * Check whether this activity can be launched on the specified display.
1250 * @param displayId Target display id.
1251 * @return {@code true} if either it is the default display or this activity is resizeable and
1252 * can be put a secondary screen.
1253 */
1254 boolean canBeLaunchedOnDisplay(int displayId) {
Bryce Lee1533b2b2017-09-14 17:06:41 -07001255 final TaskRecord task = getTask();
1256
1257 // The resizeability of an Activity's parent task takes precendence over the ActivityInfo.
1258 // This allows for a non resizable activity to be launched into a resizeable task.
1259 final boolean resizeable =
1260 task != null ? task.isResizeable() : supportsResizeableMultiWindow();
1261
Andrii Kulian036e3ad2017-04-19 10:55:10 -07001262 return service.mStackSupervisor.canPlaceEntityOnDisplay(displayId,
Bryce Lee1533b2b2017-09-14 17:06:41 -07001263 resizeable, launchedFromPid, launchedFromUid, info);
Andrii Kulian036e3ad2017-04-19 10:55:10 -07001264 }
1265
1266 /**
Robert Carrc33658e2017-04-11 18:24:20 -07001267 * @param beforeStopping Whether this check is for an auto-enter-pip operation, that is to say
1268 * the activity has requested to enter PiP when it would otherwise be stopped.
1269 *
Winson Chung298f95b2017-08-10 15:57:18 -07001270 * @return whether this activity is currently allowed to enter PIP.
Winson Chunge6308042016-10-31 09:24:01 -07001271 */
Winson Chung298f95b2017-08-10 15:57:18 -07001272 boolean checkEnterPictureInPictureState(String caller, boolean beforeStopping) {
Wale Ogunwaleb9a0c992017-04-18 07:25:20 -07001273 if (!supportsPictureInPicture()) {
1274 return false;
1275 }
1276
Winson Chungf4ac0632017-03-17 12:34:12 -07001277 // Check app-ops and see if PiP is supported for this package
1278 if (!checkEnterPictureInPictureAppOpsState()) {
1279 return false;
1280 }
1281
Winson Chungf1bfee12017-03-24 17:11:33 -07001282 // Check to see if we are in VR mode, and disallow PiP if so
1283 if (service.shouldDisableNonVrUiLocked()) {
1284 return false;
1285 }
1286
Winson Chungc2baac02017-01-11 13:34:47 -08001287 boolean isKeyguardLocked = service.isKeyguardLocked();
Benjamin Franza83859f2017-07-03 16:34:14 +01001288 boolean isCurrentAppLocked = service.getLockTaskModeState() != LOCK_TASK_MODE_NONE;
Wale Ogunwale04a05ac2017-09-17 21:35:02 -07001289 final ActivityDisplay display = getDisplay();
1290 boolean hasPinnedStack = display != null && display.hasPinnedStack();
Winson Chungbb348802017-01-30 12:01:45 -08001291 // Don't return early if !isNotLocked, since we want to throw an exception if the activity
1292 // is in an incorrect state
Winson Chunge581ebf2017-02-21 08:25:03 -08001293 boolean isNotLockedOrOnKeyguard = !isKeyguardLocked && !isCurrentAppLocked;
Robert Carrc33658e2017-04-11 18:24:20 -07001294
1295 // We don't allow auto-PiP when something else is already pipped.
1296 if (beforeStopping && hasPinnedStack) {
1297 return false;
1298 }
1299
Bryce Lee7ace3952018-02-16 14:34:32 -08001300 switch (mState) {
Winson Chungc2baac02017-01-11 13:34:47 -08001301 case RESUMED:
Winson Chunge581ebf2017-02-21 08:25:03 -08001302 // When visible, allow entering PiP if the app is not locked. If it is over the
1303 // keyguard, then we will prompt to unlock in the caller before entering PiP.
Robert Carrc33658e2017-04-11 18:24:20 -07001304 return !isCurrentAppLocked &&
Winson Chungf7e03e12017-08-22 11:32:16 -07001305 (supportsEnterPipOnTaskSwitch || !beforeStopping);
Winson Chungc2baac02017-01-11 13:34:47 -08001306 case PAUSING:
1307 case PAUSED:
Winson Chungbb348802017-01-30 12:01:45 -08001308 // When pausing, then only allow enter PiP as in the resume state, and in addition,
1309 // require that there is not an existing PiP activity and that the current system
1310 // state supports entering PiP
Winson Chunge581ebf2017-02-21 08:25:03 -08001311 return isNotLockedOrOnKeyguard && !hasPinnedStack
Winson Chungf7e03e12017-08-22 11:32:16 -07001312 && supportsEnterPipOnTaskSwitch;
Winson Chungc2baac02017-01-11 13:34:47 -08001313 case STOPPING:
1314 // When stopping in a valid state, then only allow enter PiP as in the pause state.
1315 // Otherwise, fall through to throw an exception if the caller is trying to enter
1316 // PiP in an invalid stopping state.
Winson Chungf7e03e12017-08-22 11:32:16 -07001317 if (supportsEnterPipOnTaskSwitch) {
Winson Chungf4ac0632017-03-17 12:34:12 -07001318 return isNotLockedOrOnKeyguard && !hasPinnedStack;
Winson Chungc2baac02017-01-11 13:34:47 -08001319 }
1320 default:
Winson Chung298f95b2017-08-10 15:57:18 -07001321 return false;
Winson Chungb5c41b72016-12-07 15:00:47 -08001322 }
Winson Chunge6308042016-10-31 09:24:01 -07001323 }
1324
Winson Chung59fda9e2017-01-20 16:14:51 -08001325 /**
Winson Chungf4ac0632017-03-17 12:34:12 -07001326 * @return Whether AppOps allows this package to enter picture-in-picture.
Winson Chung59fda9e2017-01-20 16:14:51 -08001327 */
Winson Chungf4ac0632017-03-17 12:34:12 -07001328 private boolean checkEnterPictureInPictureAppOpsState() {
Winson Chung59fda9e2017-01-20 16:14:51 -08001329 try {
Winson Chungf4ac0632017-03-17 12:34:12 -07001330 return service.getAppOpsService().checkOperation(OP_PICTURE_IN_PICTURE,
Winson Chung59fda9e2017-01-20 16:14:51 -08001331 appInfo.uid, packageName) == MODE_ALLOWED;
1332 } catch (RemoteException e) {
1333 // Local call
1334 }
1335 return false;
1336 }
1337
Wale Ogunwale6cae7652015-12-26 07:36:26 -08001338 boolean isAlwaysFocusable() {
1339 return (info.flags & FLAG_ALWAYS_FOCUSABLE) != 0;
Wale Ogunwale4cea0f52015-12-25 06:30:31 -08001340 }
1341
Jorim Jaggife762342016-10-13 14:33:27 +02001342
1343 /**
1344 * @return true if the activity contains windows that have
1345 * {@link LayoutParams#FLAG_DISMISS_KEYGUARD} set
1346 */
1347 boolean hasDismissKeyguardWindows() {
1348 return service.mWindowManager.containsDismissKeyguardWindow(appToken);
1349 }
1350
Wale Ogunwale7d701172015-03-11 15:36:30 -07001351 void makeFinishingLocked() {
Wale Ogunwalec981ad52017-06-13 11:40:06 -07001352 if (finishing) {
1353 return;
1354 }
1355 finishing = true;
1356 if (stopped) {
1357 clearOptionsLocked();
1358 }
Yorke Leebd54c2a2016-10-25 13:49:23 -07001359
Wale Ogunwalec981ad52017-06-13 11:40:06 -07001360 if (service != null) {
1361 service.mTaskChangeNotificationController.notifyTaskStackChanged();
Dianne Hackborn94cb2eb2011-01-13 21:09:44 -08001362 }
1363 }
1364
Dianne Hackborn7e269642010-08-25 19:50:20 -07001365 UriPermissionOwner getUriPermissionsLocked() {
1366 if (uriPermissions == null) {
1367 uriPermissions = new UriPermissionOwner(service, this);
1368 }
1369 return uriPermissions;
1370 }
1371
Dianne Hackborn01e4cfc2010-06-24 15:07:24 -07001372 void addResultLocked(ActivityRecord from, String resultWho,
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001373 int requestCode, int resultCode,
1374 Intent resultData) {
1375 ActivityResult r = new ActivityResult(from, resultWho,
John Spurlock8a985d22014-02-25 09:40:05 -05001376 requestCode, resultCode, resultData);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001377 if (results == null) {
Craig Mautner5d9c7be2013-02-15 14:02:56 -08001378 results = new ArrayList<ResultInfo>();
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001379 }
1380 results.add(r);
1381 }
1382
Dianne Hackborn01e4cfc2010-06-24 15:07:24 -07001383 void removeResultsLocked(ActivityRecord from, String resultWho,
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001384 int requestCode) {
1385 if (results != null) {
1386 for (int i=results.size()-1; i>=0; i--) {
1387 ActivityResult r = (ActivityResult)results.get(i);
1388 if (r.mFrom != from) continue;
1389 if (r.mResultWho == null) {
1390 if (resultWho != null) continue;
1391 } else {
1392 if (!r.mResultWho.equals(resultWho)) continue;
1393 }
1394 if (r.mRequestCode != requestCode) continue;
1395
1396 results.remove(i);
1397 }
1398 }
1399 }
1400
Andrii Kulian21713ac2016-10-12 22:05:05 -07001401 private void addNewIntentLocked(ReferrerIntent intent) {
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001402 if (newIntents == null) {
Dianne Hackborn85d558c2014-11-04 10:31:54 -08001403 newIntents = new ArrayList<>();
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001404 }
1405 newIntents.add(intent);
1406 }
Craig Mautnerb59dcfd2013-05-06 13:12:58 -07001407
Robert Carr9e1bf7c2018-05-31 15:39:07 -07001408 final boolean isSleeping() {
1409 final ActivityStack stack = getStack();
1410 return stack != null ? stack.shouldSleepActivities() : service.isSleepingLocked();
1411 }
1412
Dianne Hackborn50dc3bc2010-06-25 10:05:59 -07001413 /**
1414 * Deliver a new Intent to an existing activity, so that its onNewIntent()
1415 * method will be called at the proper time.
1416 */
Dianne Hackborn85d558c2014-11-04 10:31:54 -08001417 final void deliverNewIntentLocked(int callingUid, Intent intent, String referrer) {
Dianne Hackborn514074f2013-02-11 10:52:46 -08001418 // The activity now gets access to the data associated with this Intent.
1419 service.grantUriPermissionFromIntentLocked(callingUid, packageName,
Nicolas Prevotc6cf95c2014-05-29 11:30:36 +01001420 intent, getUriPermissionsLocked(), userId);
Dianne Hackborn85d558c2014-11-04 10:31:54 -08001421 final ReferrerIntent rintent = new ReferrerIntent(intent, referrer);
Craig Mautner86d67a42013-05-14 10:34:38 -07001422 boolean unsent = true;
Robert Carr9e1bf7c2018-05-31 15:39:07 -07001423 final boolean isTopActivityWhileSleeping = isTopRunningActivity() && isSleeping();
Wale Ogunwale826c7062016-09-13 08:25:54 -07001424
1425 // We want to immediately deliver the intent to the activity if:
Wale Ogunwale03f7e9e2016-09-22 09:04:09 -07001426 // - It is currently resumed or paused. i.e. it is currently visible to the user and we want
1427 // the user to see the visual effects caused by the intent delivery now.
Wale Ogunwale826c7062016-09-13 08:25:54 -07001428 // - The device is sleeping and it is the top activity behind the lock screen (b/6700897).
Bryce Lee7ace3952018-02-16 14:34:32 -08001429 if ((mState == RESUMED || mState == PAUSED
Wale Ogunwale03f7e9e2016-09-22 09:04:09 -07001430 || isTopActivityWhileSleeping) && app != null && app.thread != null) {
Dianne Hackborn50dc3bc2010-06-25 10:05:59 -07001431 try {
Dianne Hackborn85d558c2014-11-04 10:31:54 -08001432 ArrayList<ReferrerIntent> ar = new ArrayList<>(1);
1433 ar.add(rintent);
Bryce Leeb0f993f2018-03-02 15:38:01 -08001434 service.getLifecycleManager().scheduleTransaction(app.thread, appToken,
Bryce Lee7ace3952018-02-16 14:34:32 -08001435 NewIntentItem.obtain(ar, mState == PAUSED));
Craig Mautner86d67a42013-05-14 10:34:38 -07001436 unsent = false;
Dianne Hackborn39792d22010-08-19 18:01:52 -07001437 } catch (RemoteException e) {
Wale Ogunwalee23149f2015-03-06 15:39:44 -08001438 Slog.w(TAG, "Exception thrown sending new intent to " + this, e);
Dianne Hackborn39792d22010-08-19 18:01:52 -07001439 } catch (NullPointerException e) {
Wale Ogunwalee23149f2015-03-06 15:39:44 -08001440 Slog.w(TAG, "Exception thrown sending new intent to " + this, e);
Dianne Hackborn50dc3bc2010-06-25 10:05:59 -07001441 }
1442 }
Craig Mautner86d67a42013-05-14 10:34:38 -07001443 if (unsent) {
Dianne Hackborn85d558c2014-11-04 10:31:54 -08001444 addNewIntentLocked(rintent);
Dianne Hackborn50dc3bc2010-06-25 10:05:59 -07001445 }
1446 }
1447
Dianne Hackborn9622ca42012-10-23 18:56:33 -07001448 void updateOptionsLocked(ActivityOptions options) {
1449 if (options != null) {
1450 if (pendingOptions != null) {
1451 pendingOptions.abort();
1452 }
1453 pendingOptions = options;
1454 }
1455 }
1456
Dianne Hackborn7a2195c2012-03-19 17:38:00 -07001457 void applyOptionsLocked() {
George Mount2c92c972014-03-20 09:38:23 -07001458 if (pendingOptions != null
Ruben Brunkf53497c2017-03-27 20:26:17 -07001459 && pendingOptions.getAnimationType() != ANIM_SCENE_TRANSITION) {
Michael Jurka21385cd2012-05-03 10:57:31 -07001460 final int animationType = pendingOptions.getAnimationType();
1461 switch (animationType) {
Ruben Brunkf53497c2017-03-27 20:26:17 -07001462 case ANIM_CUSTOM:
Dianne Hackborn8078d8c2012-03-20 11:11:26 -07001463 service.mWindowManager.overridePendingAppTransition(
1464 pendingOptions.getPackageName(),
1465 pendingOptions.getCustomEnterResId(),
Dianne Hackborn84375872012-06-01 19:03:50 -07001466 pendingOptions.getCustomExitResId(),
1467 pendingOptions.getOnAnimationStartListener());
Dianne Hackborn8078d8c2012-03-20 11:11:26 -07001468 break;
Ruben Brunkf53497c2017-03-27 20:26:17 -07001469 case ANIM_CLIP_REVEAL:
Chet Haase10e23ab2015-02-11 15:08:38 -08001470 service.mWindowManager.overridePendingAppTransitionClipReveal(
1471 pendingOptions.getStartX(), pendingOptions.getStartY(),
1472 pendingOptions.getWidth(), pendingOptions.getHeight());
1473 if (intent.getSourceBounds() == null) {
1474 intent.setSourceBounds(new Rect(pendingOptions.getStartX(),
1475 pendingOptions.getStartY(),
1476 pendingOptions.getStartX()+pendingOptions.getWidth(),
1477 pendingOptions.getStartY()+pendingOptions.getHeight()));
1478 }
1479 break;
Ruben Brunkf53497c2017-03-27 20:26:17 -07001480 case ANIM_SCALE_UP:
Dianne Hackborneabfb3a2012-04-16 16:28:22 -07001481 service.mWindowManager.overridePendingAppTransitionScaleUp(
1482 pendingOptions.getStartX(), pendingOptions.getStartY(),
Winson Chung2e7f3bd2014-09-05 13:17:22 +02001483 pendingOptions.getWidth(), pendingOptions.getHeight());
Dianne Hackbornd367ca82012-05-07 15:49:39 -07001484 if (intent.getSourceBounds() == null) {
1485 intent.setSourceBounds(new Rect(pendingOptions.getStartX(),
1486 pendingOptions.getStartY(),
Winson Chung2e7f3bd2014-09-05 13:17:22 +02001487 pendingOptions.getStartX()+pendingOptions.getWidth(),
1488 pendingOptions.getStartY()+pendingOptions.getHeight()));
Dianne Hackbornd367ca82012-05-07 15:49:39 -07001489 }
Dianne Hackborneabfb3a2012-04-16 16:28:22 -07001490 break;
Ruben Brunkf53497c2017-03-27 20:26:17 -07001491 case ANIM_THUMBNAIL_SCALE_UP:
1492 case ANIM_THUMBNAIL_SCALE_DOWN:
Winson Chungaa7fa012017-05-24 15:50:06 -07001493 final boolean scaleUp = (animationType == ANIM_THUMBNAIL_SCALE_UP);
1494 final GraphicBuffer buffer = pendingOptions.getThumbnail();
1495 service.mWindowManager.overridePendingAppTransitionThumb(buffer,
Dianne Hackborn8078d8c2012-03-20 11:11:26 -07001496 pendingOptions.getStartX(), pendingOptions.getStartY(),
Michael Jurka21385cd2012-05-03 10:57:31 -07001497 pendingOptions.getOnAnimationStartListener(),
Michael Jurka832cb222012-04-13 09:32:47 -07001498 scaleUp);
Winson Chungf229ae52017-06-02 14:34:52 -07001499 if (intent.getSourceBounds() == null && buffer != null) {
Dianne Hackbornd367ca82012-05-07 15:49:39 -07001500 intent.setSourceBounds(new Rect(pendingOptions.getStartX(),
1501 pendingOptions.getStartY(),
Winson Chungaa7fa012017-05-24 15:50:06 -07001502 pendingOptions.getStartX() + buffer.getWidth(),
1503 pendingOptions.getStartY() + buffer.getHeight()));
Dianne Hackbornd367ca82012-05-07 15:49:39 -07001504 }
Dianne Hackborn8078d8c2012-03-20 11:11:26 -07001505 break;
Ruben Brunkf53497c2017-03-27 20:26:17 -07001506 case ANIM_THUMBNAIL_ASPECT_SCALE_UP:
1507 case ANIM_THUMBNAIL_ASPECT_SCALE_DOWN:
Filip Gruszczynskid64ef3e2015-10-27 17:58:02 -07001508 final AppTransitionAnimationSpec[] specs = pendingOptions.getAnimSpecs();
Jorim Jaggi34795e32017-05-12 17:27:46 +02001509 final IAppTransitionAnimationSpecsFuture specsFuture =
1510 pendingOptions.getSpecsFuture();
1511 if (specsFuture != null) {
1512 service.mWindowManager.overridePendingAppTransitionMultiThumbFuture(
1513 specsFuture, pendingOptions.getOnAnimationStartListener(),
1514 animationType == ANIM_THUMBNAIL_ASPECT_SCALE_UP);
1515 } else if (animationType == ANIM_THUMBNAIL_ASPECT_SCALE_DOWN
Filip Gruszczynskid64ef3e2015-10-27 17:58:02 -07001516 && specs != null) {
1517 service.mWindowManager.overridePendingAppTransitionMultiThumb(
Filip Gruszczynski1a5203d2015-10-29 17:43:49 -07001518 specs, pendingOptions.getOnAnimationStartListener(),
1519 pendingOptions.getAnimationFinishedListener(), false);
Filip Gruszczynskid64ef3e2015-10-27 17:58:02 -07001520 } else {
1521 service.mWindowManager.overridePendingAppTransitionAspectScaledThumb(
1522 pendingOptions.getThumbnail(),
1523 pendingOptions.getStartX(), pendingOptions.getStartY(),
1524 pendingOptions.getWidth(), pendingOptions.getHeight(),
1525 pendingOptions.getOnAnimationStartListener(),
Ruben Brunkf53497c2017-03-27 20:26:17 -07001526 (animationType == ANIM_THUMBNAIL_ASPECT_SCALE_UP));
Filip Gruszczynskid64ef3e2015-10-27 17:58:02 -07001527 if (intent.getSourceBounds() == null) {
1528 intent.setSourceBounds(new Rect(pendingOptions.getStartX(),
1529 pendingOptions.getStartY(),
1530 pendingOptions.getStartX() + pendingOptions.getWidth(),
1531 pendingOptions.getStartY() + pendingOptions.getHeight()));
1532 }
Winson Chunga4ccb862014-08-22 15:26:27 -07001533 }
1534 break;
Tony Mak089c35e2017-12-18 20:34:14 +00001535 case ANIM_OPEN_CROSS_PROFILE_APPS:
1536 service.mWindowManager.overridePendingAppTransitionStartCrossProfileApps();
1537 break;
Jorim Jaggi33a701a2017-12-01 14:58:18 +01001538 case ANIM_REMOTE_ANIMATION:
1539 service.mWindowManager.overridePendingAppTransitionRemote(
1540 pendingOptions.getRemoteAnimationAdapter());
1541 break;
Craig Mautner233ceee2014-05-09 17:05:11 -07001542 default:
1543 Slog.e(TAG, "applyOptionsLocked: Unknown animationType=" + animationType);
1544 break;
Dianne Hackborn7a2195c2012-03-19 17:38:00 -07001545 }
chaviw82a0ba82018-03-15 14:26:29 -07001546
1547 if (task == null) {
1548 clearOptionsLocked(false /* withAbort */);
1549 } else {
1550 // This will clear the options for all the ActivityRecords for this Task.
1551 task.clearAllPendingOptions();
1552 }
Dianne Hackborn7a2195c2012-03-19 17:38:00 -07001553 }
1554 }
1555
Adam Powellcfbe9be2013-11-06 14:58:58 -08001556 ActivityOptions getOptionsForTargetActivityLocked() {
1557 return pendingOptions != null ? pendingOptions.forTargetActivity() : null;
1558 }
1559
Dianne Hackborn7a2195c2012-03-19 17:38:00 -07001560 void clearOptionsLocked() {
chaviw82a0ba82018-03-15 14:26:29 -07001561 clearOptionsLocked(true /* withAbort */);
1562 }
1563
1564 void clearOptionsLocked(boolean withAbort) {
1565 if (withAbort && pendingOptions != null) {
Dianne Hackborn8078d8c2012-03-20 11:11:26 -07001566 pendingOptions.abort();
Dianne Hackborn8078d8c2012-03-20 11:11:26 -07001567 }
chaviw82a0ba82018-03-15 14:26:29 -07001568 pendingOptions = null;
Dianne Hackborn7a2195c2012-03-19 17:38:00 -07001569 }
1570
Dianne Hackborn9622ca42012-10-23 18:56:33 -07001571 ActivityOptions takeOptionsLocked() {
1572 ActivityOptions opts = pendingOptions;
1573 pendingOptions = null;
1574 return opts;
1575 }
1576
Dianne Hackborn50dc3bc2010-06-25 10:05:59 -07001577 void removeUriPermissionsLocked() {
Dianne Hackborn7e269642010-08-25 19:50:20 -07001578 if (uriPermissions != null) {
1579 uriPermissions.removeUriPermissionsLocked();
1580 uriPermissions = null;
Dianne Hackborn50dc3bc2010-06-25 10:05:59 -07001581 }
1582 }
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001583
1584 void pauseKeyDispatchingLocked() {
1585 if (!keysPaused) {
1586 keysPaused = true;
Bryce Lee2b8e0372018-04-05 17:01:37 -07001587
1588 if (mWindowContainerController != null) {
1589 mWindowContainerController.pauseKeyDispatching();
1590 }
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001591 }
1592 }
1593
1594 void resumeKeyDispatchingLocked() {
1595 if (keysPaused) {
1596 keysPaused = false;
Bryce Lee2b8e0372018-04-05 17:01:37 -07001597
1598 if (mWindowContainerController != null) {
1599 mWindowContainerController.resumeKeyDispatching();
1600 }
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001601 }
1602 }
1603
Jorim Jaggie7d2b852017-08-28 17:55:15 +02001604 private void updateTaskDescription(CharSequence description) {
Craig Mautnerc0ffce52014-07-01 12:38:52 -07001605 task.lastDescription = description;
Dianne Hackbornf26fd992011-04-08 18:14:09 -07001606 }
1607
Wale Ogunwaleec950642017-04-25 07:44:21 -07001608 void setDeferHidingClient(boolean deferHidingClient) {
1609 if (mDeferHidingClient == deferHidingClient) {
1610 return;
1611 }
1612 mDeferHidingClient = deferHidingClient;
1613 if (!mDeferHidingClient && !visible) {
1614 // Hiding the client is no longer deferred and the app isn't visible still, go ahead and
1615 // update the visibility.
1616 setVisibility(false);
1617 }
Wale Ogunwale89973222017-04-23 18:39:45 -07001618 }
1619
Wale Ogunwaleec950642017-04-25 07:44:21 -07001620 void setVisibility(boolean visible) {
Tim Murray68ed8442017-08-29 23:21:27 +00001621 mWindowContainerController.setVisibility(visible, mDeferHidingClient);
Bryce Lee2a3cc462017-10-27 10:57:35 -07001622 mStackSupervisor.getActivityMetricsLogger().notifyVisibilityChanged(this);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001623 }
1624
1625 // TODO: Look into merging with #setVisibility()
Wale Ogunwaleec950642017-04-25 07:44:21 -07001626 void setVisible(boolean newVisible) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07001627 visible = newVisible;
Wale Ogunwaleec950642017-04-25 07:44:21 -07001628 mDeferHidingClient = !visible && mDeferHidingClient;
Wale Ogunwaleec950642017-04-25 07:44:21 -07001629 setVisibility(visible);
Andrii Kulian21713ac2016-10-12 22:05:05 -07001630 mStackSupervisor.mAppVisibilitiesChangedSinceLastPause = true;
1631 }
1632
Bryce Lee7ace3952018-02-16 14:34:32 -08001633 void setState(ActivityState state, String reason) {
1634 if (DEBUG_STATES) Slog.v(TAG_STATES, "State movement: " + this + " from:" + getState()
1635 + " to:" + state + " reason:" + reason);
Bryce Lee6ff17072018-02-28 07:26:17 -08001636
Bryce Leeb0f993f2018-03-02 15:38:01 -08001637 if (state == mState) {
1638 // No need to do anything if state doesn't change.
1639 if (DEBUG_STATES) Slog.v(TAG_STATES, "State unchanged from:" + state);
1640 return;
1641 }
1642
Bryce Leeb0f993f2018-03-02 15:38:01 -08001643 mState = state;
1644
Bryce Leec4ab62a2018-03-05 14:19:26 -08001645 final TaskRecord parent = getTask();
1646
1647 if (parent != null) {
1648 parent.onActivityStateChanged(this, state, reason);
1649 }
Robert Carr29daa922018-04-27 11:56:48 -07001650
Robert Carr9e1bf7c2018-05-31 15:39:07 -07001651 // The WindowManager interprets the app stopping signal as
1652 // an indication that the Surface will eventually be destroyed.
1653 // This however isn't necessarily true if we are going to sleep.
1654 if (state == STOPPING && !isSleeping()) {
Robert Carr29daa922018-04-27 11:56:48 -07001655 mWindowContainerController.notifyAppStopping();
1656 }
Bryce Lee7ace3952018-02-16 14:34:32 -08001657 }
1658
1659 ActivityState getState() {
1660 return mState;
1661 }
1662
1663 /**
1664 * Returns {@code true} if the Activity is in the specified state.
1665 */
1666 boolean isState(ActivityState state) {
1667 return state == mState;
1668 }
1669
1670 /**
1671 * Returns {@code true} if the Activity is in one of the specified states.
1672 */
1673 boolean isState(ActivityState state1, ActivityState state2) {
1674 return state1 == mState || state2 == mState;
1675 }
1676
1677 /**
1678 * Returns {@code true} if the Activity is in one of the specified states.
1679 */
1680 boolean isState(ActivityState state1, ActivityState state2, ActivityState state3) {
1681 return state1 == mState || state2 == mState || state3 == mState;
1682 }
1683
1684 /**
1685 * Returns {@code true} if the Activity is in one of the specified states.
1686 */
1687 boolean isState(ActivityState state1, ActivityState state2, ActivityState state3,
1688 ActivityState state4) {
1689 return state1 == mState || state2 == mState || state3 == mState || state4 == mState;
1690 }
1691
Jorim Jaggibae01b12017-04-11 16:29:10 -07001692 void notifyAppResumed(boolean wasStopped) {
1693 mWindowContainerController.notifyAppResumed(wasStopped);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001694 }
1695
1696 void notifyUnknownVisibilityLaunched() {
Jorim Jaggi838c2452017-08-28 15:44:43 +02001697
1698 // No display activities never add a window, so there is no point in waiting them for
1699 // relayout.
1700 if (!noDisplay) {
1701 mWindowContainerController.notifyUnknownVisibilityLaunched();
1702 }
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001703 }
1704
Jorim Jaggi241ae102016-11-02 21:57:33 -07001705 /**
1706 * @return true if the input activity should be made visible, ignoring any effect Keyguard
1707 * might have on the visibility
1708 *
1709 * @see {@link ActivityStack#checkKeyguardVisibility}
1710 */
Wale Ogunwalec981ad52017-06-13 11:40:06 -07001711 boolean shouldBeVisibleIgnoringKeyguard(boolean behindFullscreenActivity) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07001712 if (!okToShowLocked()) {
1713 return false;
1714 }
1715
Winson Chung3f0e59a2017-10-25 10:19:05 -07001716 return !behindFullscreenActivity || mLaunchTaskBehind;
Andrii Kulian21713ac2016-10-12 22:05:05 -07001717 }
1718
Andrii Kuliana39ae3e2018-05-31 12:43:54 -07001719 void makeVisibleIfNeeded(ActivityRecord starting, boolean reportToClient) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07001720 // This activity is not currently visible, but is running. Tell it to become visible.
Bryce Lee7ace3952018-02-16 14:34:32 -08001721 if (mState == RESUMED || this == starting) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07001722 if (DEBUG_VISIBILITY) Slog.d(TAG_VISIBILITY,
Bryce Lee7ace3952018-02-16 14:34:32 -08001723 "Not making visible, r=" + this + " state=" + mState + " starting=" + starting);
Andrii Kulian21713ac2016-10-12 22:05:05 -07001724 return;
1725 }
1726
1727 // If this activity is paused, tell it to now show its window.
1728 if (DEBUG_VISIBILITY) Slog.v(TAG_VISIBILITY,
1729 "Making visible and scheduling visibility: " + this);
1730 final ActivityStack stack = getStack();
1731 try {
1732 if (stack.mTranslucentActivityWaiting != null) {
1733 updateOptionsLocked(returningOptions);
1734 stack.mUndrawnActivitiesBelowTopTranslucent.add(this);
1735 }
1736 setVisible(true);
1737 sleeping = false;
1738 app.pendingUiClean = true;
Andrii Kuliana39ae3e2018-05-31 12:43:54 -07001739 if (reportToClient) {
1740 makeClientVisible();
1741 } else {
1742 mClientVisibilityDeferred = true;
1743 }
Andrii Kulian21713ac2016-10-12 22:05:05 -07001744 // The activity may be waiting for stop, but that is no longer appropriate for it.
1745 mStackSupervisor.mStoppingActivities.remove(this);
1746 mStackSupervisor.mGoingToSleepActivities.remove(this);
Andrii Kuliana39ae3e2018-05-31 12:43:54 -07001747 } catch (Exception e) {
1748 // Just skip on any failure; we'll make it visible when it next restarts.
1749 Slog.w(TAG, "Exception thrown making visible: " + intent.getComponent(), e);
1750 }
1751 handleAlreadyVisible();
1752 }
Andrii Kulian0d595f32018-02-21 15:47:33 -08001753
Andrii Kuliana39ae3e2018-05-31 12:43:54 -07001754 /** Send visibility change message to the client and pause if needed. */
1755 void makeClientVisible() {
1756 mClientVisibilityDeferred = false;
1757 try {
1758 service.getLifecycleManager().scheduleTransaction(app.thread, appToken,
1759 WindowVisibilityItem.obtain(true /* showWindow */));
Andrii Kulian09e1afa2018-05-16 21:29:34 -07001760 if (shouldPauseWhenBecomingVisible()) {
Andrii Kulian0d595f32018-02-21 15:47:33 -08001761 // An activity must be in the {@link PAUSING} state for the system to validate
1762 // the move to {@link PAUSED}.
Bryce Lee7ace3952018-02-16 14:34:32 -08001763 setState(PAUSING, "makeVisibleIfNeeded");
Bryce Leeb0f993f2018-03-02 15:38:01 -08001764 service.getLifecycleManager().scheduleTransaction(app.thread, appToken,
Andrii Kulian0d595f32018-02-21 15:47:33 -08001765 PauseActivityItem.obtain(finishing, false /* userLeaving */,
Bryce Lee1d0d5142018-04-12 10:35:07 -07001766 configChangeFlags, false /* dontReport */));
Andrii Kulian0d595f32018-02-21 15:47:33 -08001767 }
Andrii Kulian21713ac2016-10-12 22:05:05 -07001768 } catch (Exception e) {
Andrii Kuliana39ae3e2018-05-31 12:43:54 -07001769 Slog.w(TAG, "Exception thrown sending visibility update: " + intent.getComponent(), e);
Andrii Kulian21713ac2016-10-12 22:05:05 -07001770 }
Andrii Kulian21713ac2016-10-12 22:05:05 -07001771 }
1772
Andrii Kulian09e1afa2018-05-16 21:29:34 -07001773 /** Check if activity should be moved to PAUSED state when it becomes visible. */
1774 private boolean shouldPauseWhenBecomingVisible() {
1775 // If the activity is stopped or stopping, cycle to the paused state. We avoid doing
1776 // this when there is an activity waiting to become translucent as the extra binder
1777 // calls will lead to noticeable jank. A later call to
1778 // ActivityStack#ensureActivitiesVisibleLocked will bring the activity to the proper
1779 // paused state. We also avoid doing this for the activity the stack supervisor
1780 // considers the resumed activity, as normal means will bring the activity from STOPPED
1781 // to RESUMED. Adding PAUSING in this scenario will lead to double lifecycles.
1782 if (!isState(STOPPED, STOPPING) || getStack().mTranslucentActivityWaiting != null
1783 || mStackSupervisor.getResumedActivityLocked() == this) {
1784 return false;
1785 }
1786
1787 // Check if position in task allows to become paused
1788 final int positionInTask = task.mActivities.indexOf(this);
1789 if (positionInTask == -1) {
1790 throw new IllegalStateException("Activity not found in its task");
1791 }
1792 if (positionInTask == task.mActivities.size() - 1) {
1793 // It's the topmost activity in the task - should become paused now
1794 return true;
1795 }
1796 // Check if activity above is finishing now and this one becomes the topmost in task.
1797 final ActivityRecord activityAbove = task.mActivities.get(positionInTask + 1);
1798 if (activityAbove.finishing && results == null) {
1799 // We will only allow pausing if activity above wasn't launched for result. Otherwise it
1800 // will cause this activity to resume before getting result.
1801 return true;
1802 }
1803 return false;
1804 }
1805
Andrii Kulian21713ac2016-10-12 22:05:05 -07001806 boolean handleAlreadyVisible() {
1807 stopFreezingScreenLocked(false);
1808 try {
1809 if (returningOptions != null) {
Sudheer Shankacc6418f2016-10-13 12:03:44 -07001810 app.thread.scheduleOnNewActivityOptions(appToken, returningOptions.toBundle());
Andrii Kulian21713ac2016-10-12 22:05:05 -07001811 }
1812 } catch(RemoteException e) {
1813 }
Bryce Lee7ace3952018-02-16 14:34:32 -08001814 return mState == RESUMED;
Andrii Kulian21713ac2016-10-12 22:05:05 -07001815 }
1816
1817 static void activityResumedLocked(IBinder token) {
1818 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
1819 if (DEBUG_SAVED_STATE) Slog.i(TAG_STATES, "Resumed activity; dropping state of: " + r);
1820 if (r != null) {
1821 r.icicle = null;
1822 r.haveState = false;
1823 }
1824 }
1825
1826 /**
1827 * Once we know that we have asked an application to put an activity in the resumed state
1828 * (either by launching it or explicitly telling it), this function updates the rest of our
1829 * state to match that fact.
1830 */
1831 void completeResumeLocked() {
1832 final boolean wasVisible = visible;
Jorim Jaggi8d062052017-08-22 14:55:17 +02001833 setVisible(true);
Andrii Kulian21713ac2016-10-12 22:05:05 -07001834 if (!wasVisible) {
1835 // Visibility has changed, so take a note of it so we call the TaskStackChangedListener
1836 mStackSupervisor.mAppVisibilitiesChangedSinceLastPause = true;
1837 }
1838 idle = false;
1839 results = null;
1840 newIntents = null;
1841 stopped = false;
1842
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -07001843 if (isActivityTypeHome()) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07001844 ProcessRecord app = task.mActivities.get(0).app;
1845 if (app != null && app != service.mHomeProcess) {
1846 service.mHomeProcess = app;
1847 }
1848 }
1849
1850 if (nowVisible) {
1851 // We won't get a call to reportActivityVisibleLocked() so dismiss lockscreen now.
1852 mStackSupervisor.reportActivityVisibleLocked(this);
Andrii Kulian21713ac2016-10-12 22:05:05 -07001853 }
1854
1855 // Schedule an idle timeout in case the app doesn't do it for us.
1856 mStackSupervisor.scheduleIdleTimeoutLocked(this);
1857
1858 mStackSupervisor.reportResumedActivityLocked(this);
1859
1860 resumeKeyDispatchingLocked();
1861 final ActivityStack stack = getStack();
Jorim Jaggifa9ed962018-01-25 00:16:49 +01001862 mStackSupervisor.mNoAnimActivities.clear();
Andrii Kulian21713ac2016-10-12 22:05:05 -07001863
1864 // Mark the point when the activity is resuming
1865 // TODO: To be more accurate, the mark should be before the onCreate,
1866 // not after the onResume. But for subsequent starts, onResume is fine.
1867 if (app != null) {
1868 cpuTimeAtResume = service.mProcessCpuTracker.getCpuTimeForPid(app.pid);
1869 } else {
1870 cpuTimeAtResume = 0; // Couldn't get the cpu time of process
1871 }
1872
1873 returningOptions = null;
chaviw59b98852017-06-13 12:05:44 -07001874
1875 if (canTurnScreenOn()) {
1876 mStackSupervisor.wakeUp("turnScreenOnFlag");
1877 } else {
1878 // If the screen is going to turn on because the caller explicitly requested it and
1879 // the keyguard is not showing don't attempt to sleep. Otherwise the Activity will
1880 // pause and then resume again later, which will result in a double life-cycle event.
David Stevens9440dc82017-03-16 19:00:20 -07001881 stack.checkReadyForSleep();
chaviw59b98852017-06-13 12:05:44 -07001882 }
Andrii Kulian21713ac2016-10-12 22:05:05 -07001883 }
1884
1885 final void activityStoppedLocked(Bundle newIcicle, PersistableBundle newPersistentState,
1886 CharSequence description) {
1887 final ActivityStack stack = getStack();
Bryce Lee7ace3952018-02-16 14:34:32 -08001888 if (mState != STOPPING) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07001889 Slog.i(TAG, "Activity reported stop, but no longer stopping: " + this);
Ruben Brunkf53497c2017-03-27 20:26:17 -07001890 stack.mHandler.removeMessages(STOP_TIMEOUT_MSG, this);
Andrii Kulian21713ac2016-10-12 22:05:05 -07001891 return;
1892 }
1893 if (newPersistentState != null) {
1894 persistentState = newPersistentState;
1895 service.notifyTaskPersisterLocked(task, false);
1896 }
1897 if (DEBUG_SAVED_STATE) Slog.i(TAG_SAVED_STATE, "Saving icicle of " + this + ": " + icicle);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001898
Andrii Kulian21713ac2016-10-12 22:05:05 -07001899 if (newIcicle != null) {
1900 // If icicle is null, this is happening due to a timeout, so we haven't really saved
1901 // the state.
1902 icicle = newIcicle;
1903 haveState = true;
1904 launchCount = 0;
Jorim Jaggie7d2b852017-08-28 17:55:15 +02001905 updateTaskDescription(description);
Andrii Kulian21713ac2016-10-12 22:05:05 -07001906 }
1907 if (!stopped) {
1908 if (DEBUG_STATES) Slog.v(TAG_STATES, "Moving to STOPPED: " + this + " (stop complete)");
Ruben Brunkf53497c2017-03-27 20:26:17 -07001909 stack.mHandler.removeMessages(STOP_TIMEOUT_MSG, this);
Andrii Kulian21713ac2016-10-12 22:05:05 -07001910 stopped = true;
Bryce Lee7ace3952018-02-16 14:34:32 -08001911 setState(STOPPED, "activityStoppedLocked");
Andrii Kulian21713ac2016-10-12 22:05:05 -07001912
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001913 mWindowContainerController.notifyAppStopped();
Andrii Kulian21713ac2016-10-12 22:05:05 -07001914
Andrii Kulian21713ac2016-10-12 22:05:05 -07001915 if (finishing) {
1916 clearOptionsLocked();
1917 } else {
1918 if (deferRelaunchUntilPaused) {
1919 stack.destroyActivityLocked(this, true /* removeFromApp */, "stop-config");
1920 mStackSupervisor.resumeFocusedStackTopActivityLocked();
1921 } else {
1922 mStackSupervisor.updatePreviousProcessLocked(this);
1923 }
1924 }
1925 }
1926 }
1927
Dianne Hackborn2a29b3a2012-03-15 15:48:38 -07001928 void startLaunchTickingLocked() {
Jeff Sharkey5ab02432017-06-27 11:01:36 -06001929 if (Build.IS_USER) {
Dianne Hackborn2a29b3a2012-03-15 15:48:38 -07001930 return;
1931 }
1932 if (launchTickTime == 0) {
1933 launchTickTime = SystemClock.uptimeMillis();
1934 continueLaunchTickingLocked();
1935 }
1936 }
1937
1938 boolean continueLaunchTickingLocked() {
Wale Ogunwale7d701172015-03-11 15:36:30 -07001939 if (launchTickTime == 0) {
1940 return false;
Dianne Hackborn2a29b3a2012-03-15 15:48:38 -07001941 }
Wale Ogunwale7d701172015-03-11 15:36:30 -07001942
Andrii Kulian02b7a832016-10-06 23:11:56 -07001943 final ActivityStack stack = getStack();
Wale Ogunwale7d701172015-03-11 15:36:30 -07001944 if (stack == null) {
1945 return false;
1946 }
1947
Ruben Brunkf53497c2017-03-27 20:26:17 -07001948 Message msg = stack.mHandler.obtainMessage(LAUNCH_TICK_MSG, this);
1949 stack.mHandler.removeMessages(LAUNCH_TICK_MSG);
1950 stack.mHandler.sendMessageDelayed(msg, LAUNCH_TICK);
Wale Ogunwale7d701172015-03-11 15:36:30 -07001951 return true;
Dianne Hackborn2a29b3a2012-03-15 15:48:38 -07001952 }
1953
1954 void finishLaunchTickingLocked() {
1955 launchTickTime = 0;
Andrii Kulian02b7a832016-10-06 23:11:56 -07001956 final ActivityStack stack = getStack();
Wale Ogunwale7d701172015-03-11 15:36:30 -07001957 if (stack != null) {
Ruben Brunkf53497c2017-03-27 20:26:17 -07001958 stack.mHandler.removeMessages(LAUNCH_TICK_MSG);
Wale Ogunwale7d701172015-03-11 15:36:30 -07001959 }
Dianne Hackborn2a29b3a2012-03-15 15:48:38 -07001960 }
1961
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001962 // IApplicationToken
1963
1964 public boolean mayFreezeScreenLocked(ProcessRecord app) {
1965 // Only freeze the screen if this activity is currently attached to
1966 // an application, and that application is not blocked or unresponding.
1967 // In any other case, we can't count on getting the screen unfrozen,
1968 // so it is best to leave as-is.
Dianne Hackborn5f4d6432010-12-21 20:40:11 -08001969 return app != null && !app.crashing && !app.notResponding;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001970 }
Craig Mautnerb59dcfd2013-05-06 13:12:58 -07001971
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001972 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) {
1973 if (mayFreezeScreenLocked(app)) {
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001974 mWindowContainerController.startFreezingScreen(configChanges);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001975 }
1976 }
Craig Mautnerb59dcfd2013-05-06 13:12:58 -07001977
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001978 public void stopFreezingScreenLocked(boolean force) {
1979 if (force || frozenBeforeDestroy) {
1980 frozenBeforeDestroy = false;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001981 mWindowContainerController.stopFreezingScreen(force);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001982 }
1983 }
Craig Mautnerb59dcfd2013-05-06 13:12:58 -07001984
Jorim Jaggi4d27b842017-08-17 17:22:26 +02001985 public void reportFullyDrawnLocked(boolean restoredFromBundle) {
Vishnu Naircf235042018-11-02 13:27:00 -07001986 final WindowingModeTransitionInfoSnapshot info = mStackSupervisor
1987 .getActivityMetricsLogger().logAppTransitionReportedDrawn(this, restoredFromBundle);
1988 if (info != null) {
1989 mStackSupervisor.reportActivityLaunchedLocked(false /* timeout */, this,
1990 info.windowsFullyDrawnDelayMs);
Dianne Hackborn2286cdc2013-07-01 19:10:06 -07001991 }
Dianne Hackborn2286cdc2013-07-01 19:10:06 -07001992 }
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08001993 @Override
Sudheer Shankac766db02017-06-12 10:37:29 -07001994 public void onStartingWindowDrawn(long timestamp) {
Jorim Jaggi3878ca32017-02-02 17:13:05 -08001995 synchronized (service) {
Bryce Lee2a3cc462017-10-27 10:57:35 -07001996 mStackSupervisor.getActivityMetricsLogger().notifyStartingWindowDrawn(
Jorim Jaggi9b58f2d2018-02-19 17:48:44 +01001997 getWindowingMode(), timestamp);
Jorim Jaggi3878ca32017-02-02 17:13:05 -08001998 }
1999 }
2000
2001 @Override
Sudheer Shankac766db02017-06-12 10:37:29 -07002002 public void onWindowsDrawn(long timestamp) {
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002003 synchronized (service) {
Vishnu Nairc1d2ff62018-11-08 16:50:12 -08002004 drawn = true;
Vishnu Naircf235042018-11-02 13:27:00 -07002005 final WindowingModeTransitionInfoSnapshot info = mStackSupervisor
2006 .getActivityMetricsLogger().notifyWindowsDrawn(getWindowingMode(), timestamp);
2007 final int windowsDrawnDelayMs = info != null ? info.windowsDrawnDelayMs : INVALID_DELAY;
2008 mStackSupervisor.reportActivityLaunchedLocked(false /* timeout */, this,
2009 windowsDrawnDelayMs);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002010 mStackSupervisor.sendWaitingVisibleReportLocked(this);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002011 finishLaunchTickingLocked();
2012 if (task != null) {
2013 task.hasBeenVisible = true;
2014 }
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002015 }
2016 }
2017
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002018 @Override
Vishnu Nairc1d2ff62018-11-08 16:50:12 -08002019 public void onWindowsNotDrawn(long timestamp) {
2020 synchronized (service) {
2021 drawn = false;
2022 }
2023 }
2024
2025 @Override
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002026 public void onWindowsVisible() {
2027 synchronized (service) {
2028 mStackSupervisor.reportActivityVisibleLocked(this);
2029 if (DEBUG_SWITCH) Log.v(TAG_SWITCH, "windowsVisibleLocked(): " + this);
2030 if (!nowVisible) {
2031 nowVisible = true;
2032 lastVisibleTime = SystemClock.uptimeMillis();
Bryce Leeb7c9b802017-05-02 14:20:24 -07002033 if (idle || mStackSupervisor.isStoppingNoHistoryActivity()) {
2034 // If this activity was already idle or there is an activity that must be
2035 // stopped immediately after visible, then we now need to make sure we perform
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002036 // the full stop of any activities that are waiting to do so. This is because
2037 // we won't do that while they are still waiting for this one to become visible.
Bryce Lee4a194382017-04-04 14:32:48 -07002038 final int size = mStackSupervisor.mActivitiesWaitingForVisibleActivity.size();
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002039 if (size > 0) {
2040 for (int i = 0; i < size; i++) {
Bryce Lee4a194382017-04-04 14:32:48 -07002041 final ActivityRecord r =
2042 mStackSupervisor.mActivitiesWaitingForVisibleActivity.get(i);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002043 if (DEBUG_SWITCH) Log.v(TAG_SWITCH, "Was waiting for visible: " + r);
2044 }
Bryce Lee4a194382017-04-04 14:32:48 -07002045 mStackSupervisor.mActivitiesWaitingForVisibleActivity.clear();
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002046 mStackSupervisor.scheduleIdleLocked();
2047 }
Bryce Leeb7c9b802017-05-02 14:20:24 -07002048 } else {
2049 // Instead of doing the full stop routine here, let's just hide any activities
2050 // we now can, and let them stop when the normal idle happens.
2051 mStackSupervisor.processStoppingActivitiesLocked(null /* idleActivity */,
2052 false /* remove */, true /* processPausingActivities */);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002053 }
2054 service.scheduleAppGcsLocked();
2055 }
2056 }
2057 }
2058
2059 @Override
2060 public void onWindowsGone() {
2061 synchronized (service) {
2062 if (DEBUG_SWITCH) Log.v(TAG_SWITCH, "windowsGone(): " + this);
2063 nowVisible = false;
2064 }
2065 }
2066
2067 @Override
Wale Ogunwale7402ddf2017-03-29 12:58:24 -07002068 public boolean keyDispatchingTimedOut(String reason, int windowPid) {
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002069 ActivityRecord anrActivity;
2070 ProcessRecord anrApp;
Wale Ogunwale7402ddf2017-03-29 12:58:24 -07002071 boolean windowFromSameProcessAsActivity;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002072 synchronized (service) {
2073 anrActivity = getWaitingHistoryRecordLocked();
2074 anrApp = app;
Brian Carlstrom7b0f2e82017-03-31 00:24:18 -07002075 windowFromSameProcessAsActivity =
2076 app == null || app.pid == windowPid || windowPid == -1;
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002077 }
Wale Ogunwale7402ddf2017-03-29 12:58:24 -07002078 if (windowFromSameProcessAsActivity) {
2079 return service.inputDispatchingTimedOut(anrApp, anrActivity, this, false, reason);
2080 } else {
2081 // In this case another process added windows using this activity token. So, we call the
2082 // generic service input dispatch timed out method so that the right process is blamed.
2083 return service.inputDispatchingTimedOut(windowPid, false /* aboveSystem */, reason) < 0;
2084 }
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002085 }
2086
2087 private ActivityRecord getWaitingHistoryRecordLocked() {
riddle_hsudb46d6b2015-04-01 18:58:07 +08002088 // First find the real culprit... if this activity is waiting for
2089 // another activity to start or has stopped, then the key dispatching
2090 // timeout should not be caused by this.
Bryce Lee4a194382017-04-04 14:32:48 -07002091 if (mStackSupervisor.mActivitiesWaitingForVisibleActivity.contains(this) || stopped) {
Craig Mautner8f2adcb2014-04-07 22:21:33 +00002092 final ActivityStack stack = mStackSupervisor.getFocusedStack();
riddle_hsudb46d6b2015-04-01 18:58:07 +08002093 // Try to use the one which is closest to top.
Bryce Leec4ab62a2018-03-05 14:19:26 -08002094 ActivityRecord r = stack.getResumedActivity();
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002095 if (r == null) {
Dianne Hackborn621e2fe2012-02-16 17:07:33 -08002096 r = stack.mPausingActivity;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002097 }
riddle_hsudb46d6b2015-04-01 18:58:07 +08002098 if (r != null) {
2099 return r;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002100 }
2101 }
riddle_hsudb46d6b2015-04-01 18:58:07 +08002102 return this;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002103 }
2104
Chong Zhang87761972016-08-22 13:53:24 -07002105 /** Checks whether the activity should be shown for current user. */
2106 public boolean okToShowLocked() {
Bryce Lee8558ec72017-08-17 15:37:26 -07002107 // We cannot show activities when the device is locked and the application is not
2108 // encryption aware.
2109 if (!StorageManager.isUserKeyUnlocked(userId)
2110 && !info.applicationInfo.isEncryptionAware()) {
2111 return false;
2112 }
2113
Chong Zhang87761972016-08-22 13:53:24 -07002114 return (info.flags & FLAG_SHOW_FOR_ALL_USERS) != 0
2115 || (mStackSupervisor.isCurrentProfileLocked(userId)
Fyodor Kupolov1b3edac2017-09-19 15:48:06 -07002116 && service.mUserController.isUserRunning(userId, 0 /* flags */));
Chong Zhang87761972016-08-22 13:53:24 -07002117 }
2118
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002119 /**
2120 * This method will return true if the activity is either visible, is becoming visible, is
2121 * currently pausing, or is resumed.
2122 */
2123 public boolean isInterestingToUserLocked() {
Bryce Lee7ace3952018-02-16 14:34:32 -08002124 return visible || nowVisible || mState == PAUSING || mState == RESUMED;
Dianne Hackborn4eba96b2011-01-21 13:34:36 -08002125 }
2126
Wale Ogunwale3e997362016-09-06 10:37:56 -07002127 void setSleeping(boolean _sleeping) {
2128 setSleeping(_sleeping, false);
2129 }
2130
2131 void setSleeping(boolean _sleeping, boolean force) {
2132 if (!force && sleeping == _sleeping) {
Dianne Hackborn4eba96b2011-01-21 13:34:36 -08002133 return;
2134 }
2135 if (app != null && app.thread != null) {
2136 try {
Dianne Hackbornbe707852011-11-11 14:32:10 -08002137 app.thread.scheduleSleeping(appToken, _sleeping);
Craig Mautner0eea92c2013-05-16 13:35:39 -07002138 if (_sleeping && !mStackSupervisor.mGoingToSleepActivities.contains(this)) {
2139 mStackSupervisor.mGoingToSleepActivities.add(this);
Dianne Hackborn4eba96b2011-01-21 13:34:36 -08002140 }
2141 sleeping = _sleeping;
2142 } catch (RemoteException e) {
Craig Mautner0eea92c2013-05-16 13:35:39 -07002143 Slog.w(TAG, "Exception thrown when sleeping: " + intent.getComponent(), e);
Dianne Hackborn4eba96b2011-01-21 13:34:36 -08002144 }
2145 }
2146 }
Craig Mautnerf81b90872013-02-26 13:02:43 -08002147
Craig Mautnerd2328952013-03-05 12:46:26 -08002148 static int getTaskForActivityLocked(IBinder token, boolean onlyRoot) {
Wale Ogunwale7d701172015-03-11 15:36:30 -07002149 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
Craig Mautnerd2328952013-03-05 12:46:26 -08002150 if (r == null) {
Wale Ogunwale18795a22014-12-03 11:38:33 -08002151 return INVALID_TASK_ID;
Craig Mautnerd2328952013-03-05 12:46:26 -08002152 }
2153 final TaskRecord task = r.task;
Craig Mautner9d4e9bc2014-06-18 18:34:56 -07002154 final int activityNdx = task.mActivities.indexOf(r);
2155 if (activityNdx < 0 || (onlyRoot && activityNdx > task.findEffectiveRootIndex())) {
Wale Ogunwale18795a22014-12-03 11:38:33 -08002156 return INVALID_TASK_ID;
Craig Mautnerd2328952013-03-05 12:46:26 -08002157 }
Craig Mautner9d4e9bc2014-06-18 18:34:56 -07002158 return task.taskId;
Craig Mautnerd2328952013-03-05 12:46:26 -08002159 }
2160
2161 static ActivityRecord isInStackLocked(IBinder token) {
Wale Ogunwale7d701172015-03-11 15:36:30 -07002162 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
Andrii Kulian02b7a832016-10-06 23:11:56 -07002163 return (r != null) ? r.getStack().isInStackLocked(r) : null;
Craig Mautnerd2328952013-03-05 12:46:26 -08002164 }
2165
Craig Mautnerb59dcfd2013-05-06 13:12:58 -07002166 static ActivityStack getStackLocked(IBinder token) {
Craig Mautnerd2328952013-03-05 12:46:26 -08002167 final ActivityRecord r = ActivityRecord.isInStackLocked(token);
2168 if (r != null) {
Andrii Kulian02b7a832016-10-06 23:11:56 -07002169 return r.getStack();
Craig Mautnerd2328952013-03-05 12:46:26 -08002170 }
2171 return null;
2172 }
2173
Andrii Kulian5406e7a2016-10-21 11:55:23 -07002174 /**
2175 * @return display id to which this record is attached, -1 if not attached.
2176 */
2177 int getDisplayId() {
2178 final ActivityStack stack = getStack();
2179 if (stack == null) {
2180 return -1;
2181 }
2182 return stack.mDisplayId;
2183 }
2184
Dianne Hackborn89ad4562014-08-24 16:45:38 -07002185 final boolean isDestroyable() {
Bryce Lee7ace3952018-02-16 14:34:32 -08002186 if (finishing || app == null) {
Dianne Hackborn89ad4562014-08-24 16:45:38 -07002187 // This would be redundant.
2188 return false;
2189 }
Andrii Kulian02b7a832016-10-06 23:11:56 -07002190 final ActivityStack stack = getStack();
Bryce Leec4ab62a2018-03-05 14:19:26 -08002191 if (stack == null || this == stack.getResumedActivity() || this == stack.mPausingActivity
Andrii Kulian02b7a832016-10-06 23:11:56 -07002192 || !haveState || !stopped) {
Dianne Hackborn89ad4562014-08-24 16:45:38 -07002193 // We're not ready for this kind of thing.
2194 return false;
2195 }
2196 if (visible) {
2197 // The user would notice this!
2198 return false;
2199 }
2200 return true;
2201 }
2202
Winson Chung3bad5cc02014-08-19 17:44:32 -07002203 private static String createImageFilename(long createTime, int taskId) {
2204 return String.valueOf(taskId) + ACTIVITY_ICON_SUFFIX + createTime +
Ruben Brunkf53497c2017-03-27 20:26:17 -07002205 IMAGE_EXTENSION;
Craig Mautnerc0ffce52014-07-01 12:38:52 -07002206 }
2207
Craig Mautner648f69b2014-09-18 14:16:26 -07002208 void setTaskDescription(TaskDescription _taskDescription) {
2209 Bitmap icon;
2210 if (_taskDescription.getIconFilename() == null &&
2211 (icon = _taskDescription.getIcon()) != null) {
2212 final String iconFilename = createImageFilename(createTime, task.taskId);
Winson Chungc8408b82017-01-25 17:58:56 -08002213 final File iconFile = new File(TaskPersister.getUserImagesDir(task.userId),
2214 iconFilename);
Suprabh Shukla23593142015-11-03 17:31:15 -08002215 final String iconFilePath = iconFile.getAbsolutePath();
Winson Chung3f0e59a2017-10-25 10:19:05 -07002216 service.getRecentTasks().saveImage(icon, iconFilePath);
Suprabh Shukla23593142015-11-03 17:31:15 -08002217 _taskDescription.setIconFilename(iconFilePath);
Craig Mautner648f69b2014-09-18 14:16:26 -07002218 }
2219 taskDescription = _taskDescription;
2220 }
2221
Amith Yamasani0af6fa72016-01-17 15:36:19 -08002222 void setVoiceSessionLocked(IVoiceInteractionSession session) {
2223 voiceSession = session;
2224 pendingVoiceInteractionStart = false;
2225 }
2226
2227 void clearVoiceSessionLocked() {
2228 voiceSession = null;
2229 pendingVoiceInteractionStart = false;
2230 }
2231
Jorim Jaggi02886a82016-12-06 09:10:06 -08002232 void showStartingWindow(ActivityRecord prev, boolean newTask, boolean taskSwitch) {
Jorim Jaggi42befc62017-06-13 11:54:04 -07002233 showStartingWindow(prev, newTask, taskSwitch, false /* fromRecents */);
2234 }
2235
2236 void showStartingWindow(ActivityRecord prev, boolean newTask, boolean taskSwitch,
2237 boolean fromRecents) {
Jorim Jaggi70176432017-01-18 12:52:13 +01002238 if (mWindowContainerController == null) {
2239 return;
2240 }
Wale Ogunwale19866e22017-04-19 06:05:13 -07002241 if (mTaskOverlay) {
2242 // We don't show starting window for overlay activities.
2243 return;
2244 }
2245
Wale Ogunwale3b232392016-05-13 15:37:13 -07002246 final CompatibilityInfo compatInfo =
2247 service.compatibilityInfoForPackageLocked(info.applicationInfo);
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002248 final boolean shown = mWindowContainerController.addStartingWindow(packageName, theme,
2249 compatInfo, nonLocalizedLabel, labelRes, icon, logo, windowFlags,
Jorim Jaggibae01b12017-04-11 16:29:10 -07002250 prev != null ? prev.appToken : null, newTask, taskSwitch, isProcessRunning(),
Jorim Jaggi70aa4d12017-05-15 00:05:54 +02002251 allowTaskSnapshot(),
Bryce Lee7ace3952018-02-16 14:34:32 -08002252 mState.ordinal() >= RESUMED.ordinal() && mState.ordinal() <= STOPPED.ordinal(),
Jorim Jaggi42befc62017-06-13 11:54:04 -07002253 fromRecents);
Wale Ogunwale3b232392016-05-13 15:37:13 -07002254 if (shown) {
2255 mStartingWindowState = STARTING_WINDOW_SHOWN;
2256 }
2257 }
2258
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002259 void removeOrphanedStartingWindow(boolean behindFullscreenActivity) {
Jorim Jaggicb956052017-05-09 16:27:24 +02002260 if (mStartingWindowState == STARTING_WINDOW_SHOWN && behindFullscreenActivity) {
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002261 if (DEBUG_VISIBILITY) Slog.w(TAG_VISIBILITY, "Found orphaned starting window " + this);
2262 mStartingWindowState = STARTING_WINDOW_REMOVED;
Jorim Jaggi19be6052017-08-03 18:33:43 +02002263 mWindowContainerController.removeStartingWindow();
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002264 }
2265 }
2266
2267 int getRequestedOrientation() {
2268 return mWindowContainerController.getOrientation();
2269 }
2270
Andrii Kulian5406e7a2016-10-21 11:55:23 -07002271 void setRequestedOrientation(int requestedOrientation) {
Andrii Kulian5406e7a2016-10-21 11:55:23 -07002272 final int displayId = getDisplayId();
Wale Ogunwale26c0dfe2016-12-14 14:42:30 -08002273 final Configuration displayConfig =
2274 mStackSupervisor.getDisplayOverrideConfiguration(displayId);
2275
2276 final Configuration config = mWindowContainerController.setOrientation(requestedOrientation,
2277 displayId, displayConfig, mayFreezeScreenLocked(app));
Andrii Kulian5406e7a2016-10-21 11:55:23 -07002278 if (config != null) {
2279 frozenBeforeDestroy = true;
2280 if (!service.updateDisplayOverrideConfigurationLocked(config, this,
2281 false /* deferResume */, displayId)) {
2282 mStackSupervisor.resumeFocusedStackTopActivityLocked();
2283 }
2284 }
Yorke Leebd54c2a2016-10-25 13:49:23 -07002285 service.mTaskChangeNotificationController.notifyActivityRequestedOrientationChanged(
2286 task.taskId, requestedOrientation);
Andrii Kulian5406e7a2016-10-21 11:55:23 -07002287 }
2288
Jorim Jaggi0fe7ce962017-02-22 16:45:48 +01002289 void setDisablePreviewScreenshots(boolean disable) {
2290 mWindowContainerController.setDisablePreviewScreenshots(disable);
2291 }
2292
Bryce Leea163b762017-01-24 11:05:01 -08002293 /**
2294 * Set the last reported global configuration to the client. Should be called whenever a new
2295 * global configuration is sent to the client for this activity.
2296 */
2297 void setLastReportedGlobalConfiguration(@NonNull Configuration config) {
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002298 mLastReportedConfiguration.setGlobalConfiguration(config);
Andrii Kulian21713ac2016-10-12 22:05:05 -07002299 }
2300
Bryce Leea163b762017-01-24 11:05:01 -08002301 /**
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002302 * Set the last reported configuration to the client. Should be called whenever
Bryce Leea163b762017-01-24 11:05:01 -08002303 * a new merged configuration is sent to the client for this activity.
2304 */
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002305 void setLastReportedConfiguration(@NonNull MergedConfiguration config) {
Bryce Lee8104e7a2017-08-17 09:16:03 -07002306 setLastReportedConfiguration(config.getGlobalConfiguration(),
2307 config.getOverrideConfiguration());
Bryce Leea163b762017-01-24 11:05:01 -08002308 }
2309
Wale Ogunwale6fbde9f2017-08-24 07:24:12 -07002310 private void setLastReportedConfiguration(Configuration global, Configuration override) {
Bryce Lee8104e7a2017-08-17 09:16:03 -07002311 mLastReportedConfiguration.setConfiguration(global, override);
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002312 }
2313
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002314 // TODO(b/36505427): Consider moving this method and similar ones to ConfigurationContainer.
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002315 private void updateOverrideConfiguration() {
2316 mTmpConfig.unset();
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002317 computeBounds(mTmpBounds);
Bryce Leef3c6a472017-11-14 14:53:06 -08002318
2319 if (mTmpBounds.equals(getOverrideBounds())) {
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002320 return;
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002321 }
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002322
Bryce Leef3c6a472017-11-14 14:53:06 -08002323 setBounds(mTmpBounds);
2324
2325 final Rect updatedBounds = getOverrideBounds();
2326
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002327 // Bounds changed...update configuration to match.
Bryce Leef3c6a472017-11-14 14:53:06 -08002328 if (!matchParentBounds()) {
2329 task.computeOverrideConfiguration(mTmpConfig, updatedBounds, null /* insetBounds */,
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002330 false /* overrideWidth */, false /* overrideHeight */);
2331 }
Bryce Leef3c6a472017-11-14 14:53:06 -08002332
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002333 onOverrideConfigurationChanged(mTmpConfig);
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002334 }
2335
Wale Ogunwaled4b1d1e2017-04-10 06:35:59 -07002336 /** Returns true if the configuration is compatible with this activity. */
Wale Ogunwale42f07d92017-05-01 21:32:58 -07002337 boolean isConfigurationCompatible(Configuration config) {
Wale Ogunwaled4b1d1e2017-04-10 06:35:59 -07002338 final int orientation = mWindowContainerController != null
2339 ? mWindowContainerController.getOrientation() : info.screenOrientation;
2340 if (isFixedOrientationPortrait(orientation)
2341 && config.orientation != ORIENTATION_PORTRAIT) {
2342 return false;
2343 }
2344 if (isFixedOrientationLandscape(orientation)
2345 && config.orientation != ORIENTATION_LANDSCAPE) {
2346 return false;
2347 }
2348 return true;
2349 }
2350
Bryce Lee7566d762017-03-30 09:34:15 -07002351 /**
2352 * Computes the bounds to fit the Activity within the bounds of the {@link Configuration}.
2353 */
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002354 // TODO(b/36505427): Consider moving this method and similar ones to ConfigurationContainer.
2355 private void computeBounds(Rect outBounds) {
2356 outBounds.setEmpty();
2357 final float maxAspectRatio = info.maxAspectRatio;
2358 final ActivityStack stack = getStack();
Bryce Leef3c6a472017-11-14 14:53:06 -08002359 if (task == null || stack == null || task.inMultiWindowMode() || maxAspectRatio == 0
Bryce Leee5ab4502017-07-11 08:58:05 -07002360 || isInVrUiMode(getConfiguration())) {
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002361 // We don't set override configuration if that activity task isn't fullscreen. I.e. the
2362 // activity is in multi-window mode. Or, there isn't a max aspect ratio specified for
Bryce Leee5ab4502017-07-11 08:58:05 -07002363 // the activity. This is indicated by an empty {@link outBounds}. We also don't set it
2364 // if we are in VR mode.
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002365 return;
2366 }
2367
Bryce Lee7566d762017-03-30 09:34:15 -07002368 // We must base this on the parent configuration, because we set our override
2369 // configuration's appBounds based on the result of this method. If we used our own
2370 // configuration, it would be influenced by past invocations.
Wale Ogunwale3382ab12017-07-27 08:55:03 -07002371 final Rect appBounds = getParent().getWindowConfiguration().getAppBounds();
Wale Ogunwale822e5122017-07-26 06:02:24 -07002372 final int containingAppWidth = appBounds.width();
2373 final int containingAppHeight = appBounds.height();
Bryce Lee7566d762017-03-30 09:34:15 -07002374 int maxActivityWidth = containingAppWidth;
2375 int maxActivityHeight = containingAppHeight;
2376
2377 if (containingAppWidth < containingAppHeight) {
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002378 // Width is the shorter side, so we use that to figure-out what the max. height
2379 // should be given the aspect ratio.
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002380 maxActivityHeight = (int) ((maxActivityWidth * maxAspectRatio) + 0.5f);
2381 } else {
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002382 // Height is the shorter side, so we use that to figure-out what the max. width
2383 // should be given the aspect ratio.
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002384 maxActivityWidth = (int) ((maxActivityHeight * maxAspectRatio) + 0.5f);
2385 }
2386
Bryce Lee7566d762017-03-30 09:34:15 -07002387 if (containingAppWidth <= maxActivityWidth && containingAppHeight <= maxActivityHeight) {
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002388 // The display matches or is less than the activity aspect ratio, so nothing else to do.
Bryce Lee7566d762017-03-30 09:34:15 -07002389 // Return the existing bounds. If this method is running for the first time,
Bryce Leef3c6a472017-11-14 14:53:06 -08002390 // {@link #getOverrideBounds()} will be empty (representing no override). If the method has run
2391 // before, then effect of {@link #getOverrideBounds()} will already have been applied to the
Bryce Lee7566d762017-03-30 09:34:15 -07002392 // value returned from {@link getConfiguration}. Refer to
2393 // {@link TaskRecord#computeOverrideConfiguration}.
Bryce Leef3c6a472017-11-14 14:53:06 -08002394 outBounds.set(getOverrideBounds());
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002395 return;
2396 }
2397
2398 // Compute configuration based on max supported width and height.
Adrian Roos24be34d2018-05-28 18:55:38 +02002399 // Also account for the left / top insets (e.g. from display cutouts), which will be clipped
2400 // away later in StackWindowController.adjustConfigurationForBounds(). Otherwise, the app
2401 // bounds would end up too small.
2402 outBounds.set(0, 0, maxActivityWidth + appBounds.left, maxActivityHeight + appBounds.top);
2403
2404 if (service.mWindowManager.getNavBarPosition() == NAV_BAR_LEFT) {
2405 // Position the activity frame on the opposite side of the nav bar.
2406 outBounds.left = appBounds.right - maxActivityWidth;
2407 outBounds.right = appBounds.right;
2408 }
Andrii Kulian3a1619d2017-07-07 14:38:09 -07002409 }
2410
Wale Ogunwaleb6d75f32018-02-22 20:44:56 -08002411 boolean ensureActivityConfiguration(int globalChanges, boolean preserveWindow) {
2412 return ensureActivityConfiguration(globalChanges, preserveWindow,
2413 false /* ignoreStopState */);
2414 }
2415
Andrii Kulian21713ac2016-10-12 22:05:05 -07002416 /**
Wale Ogunwaleb6d75f32018-02-22 20:44:56 -08002417 * Make sure the given activity matches the current configuration. Ensures the HistoryRecord
2418 * is updated with the correct configuration and all other bookkeeping is handled.
2419 *
2420 * @param globalChanges The changes to the global configuration.
2421 * @param preserveWindow If the activity window should be preserved on screen if the activity
2422 * is relaunched.
2423 * @param ignoreStopState If we should try to relaunch the activity even if it is in the stopped
2424 * state. This is useful for the case where we know the activity will be
2425 * visible soon and we want to ensure its configuration before we make it
2426 * visible.
2427 * @return True if the activity was relaunched and false if it wasn't relaunched because we
2428 * can't or the app handles the specific configuration that is changing.
Andrii Kulian21713ac2016-10-12 22:05:05 -07002429 */
Wale Ogunwaleb6d75f32018-02-22 20:44:56 -08002430 boolean ensureActivityConfiguration(int globalChanges, boolean preserveWindow,
2431 boolean ignoreStopState) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07002432 final ActivityStack stack = getStack();
2433 if (stack.mConfigWillChange) {
2434 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2435 "Skipping config check (will change): " + this);
2436 return true;
2437 }
2438
Andrii Kulianb047b8b2017-02-08 18:38:26 -08002439 // We don't worry about activities that are finishing.
2440 if (finishing) {
2441 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2442 "Configuration doesn't matter in finishing " + this);
2443 stopFreezingScreenLocked(false);
2444 return true;
2445 }
2446
Wale Ogunwaleb6d75f32018-02-22 20:44:56 -08002447 if (!ignoreStopState && (mState == STOPPING || mState == STOPPED)) {
Wale Ogunwale9b7a8272017-04-10 08:05:41 -07002448 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2449 "Skipping config check stopped or stopping: " + this);
2450 return true;
2451 }
2452
Wale Ogunwaleea3d3fd2017-05-01 07:41:08 -07002453 // TODO: We should add ActivityRecord.shouldBeVisible() that checks if the activity should
2454 // be visible based on the stack, task, and lockscreen state and use that here instead. The
2455 // method should be based on the logic in ActivityStack.ensureActivitiesVisibleLocked().
Wale Ogunwale9b7a8272017-04-10 08:05:41 -07002456 // Skip updating configuration for activity is a stack that shouldn't be visible.
Wale Ogunwale9dcf9462017-09-19 15:13:01 -07002457 if (!stack.shouldBeVisible(null /* starting */)) {
Wale Ogunwale9b7a8272017-04-10 08:05:41 -07002458 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2459 "Skipping config check invisible stack: " + this);
2460 return true;
2461 }
2462
Andrii Kulian21713ac2016-10-12 22:05:05 -07002463 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2464 "Ensuring correct configuration: " + this);
2465
Andrii Kulianb047b8b2017-02-08 18:38:26 -08002466 final int newDisplayId = getDisplayId();
2467 final boolean displayChanged = mLastReportedDisplayId != newDisplayId;
2468 if (displayChanged) {
2469 mLastReportedDisplayId = newDisplayId;
2470 }
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002471 // TODO(b/36505427): Is there a better place to do this?
2472 updateOverrideConfiguration();
2473
Winson Chungbdc646f2017-02-13 12:12:22 -08002474 // Short circuit: if the two full configurations are equal (the common case), then there is
2475 // nothing to do. We test the full configuration instead of the global and merged override
2476 // configurations because there are cases (like moving a task to the pinned stack) where
2477 // the combine configurations are equal, but would otherwise differ in the override config
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002478 mTmpConfig.setTo(mLastReportedConfiguration.getMergedConfiguration());
2479 if (getConfiguration().equals(mTmpConfig) && !forceNewConfig && !displayChanged) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07002480 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
Andrii Kulianb047b8b2017-02-08 18:38:26 -08002481 "Configuration & display unchanged in " + this);
Andrii Kulian21713ac2016-10-12 22:05:05 -07002482 return true;
2483 }
2484
2485 // Okay we now are going to make this activity have the new config.
2486 // But then we need to figure out how it needs to deal with that.
Andrii Kulianb43be0a2017-03-02 17:29:40 -08002487
2488 // Find changes between last reported merged configuration and the current one. This is used
2489 // to decide whether to relaunch an activity or just report a configuration change.
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002490 final int changes = getConfigurationChanges(mTmpConfig);
Ruben Brunkf64af332017-03-22 22:03:25 -07002491
Andrii Kulianb43be0a2017-03-02 17:29:40 -08002492 // Update last reported values.
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002493 final Configuration newMergedOverrideConfig = getMergedOverrideConfiguration();
Bryce Lee8104e7a2017-08-17 09:16:03 -07002494
2495 setLastReportedConfiguration(service.getGlobalConfiguration(), newMergedOverrideConfig);
Andrii Kulian21713ac2016-10-12 22:05:05 -07002496
Bryce Lee7ace3952018-02-16 14:34:32 -08002497 if (mState == INITIALIZING) {
Andrii Kulianb372da62018-01-18 10:46:24 -08002498 // No need to relaunch or schedule new config for activity that hasn't been launched
2499 // yet. We do, however, return after applying the config to activity record, so that
2500 // it will use it for launch transaction.
2501 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2502 "Skipping config check for initializing activity: " + this);
2503 return true;
2504 }
2505
Andrii Kulian21713ac2016-10-12 22:05:05 -07002506 if (changes == 0 && !forceNewConfig) {
2507 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2508 "Configuration no differences in " + this);
2509 // There are no significant differences, so we won't relaunch but should still deliver
2510 // the new configuration to the client process.
Andrii Kulianb047b8b2017-02-08 18:38:26 -08002511 if (displayChanged) {
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002512 scheduleActivityMovedToDisplay(newDisplayId, newMergedOverrideConfig);
Andrii Kulianb047b8b2017-02-08 18:38:26 -08002513 } else {
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002514 scheduleConfigurationChanged(newMergedOverrideConfig);
Andrii Kulianb047b8b2017-02-08 18:38:26 -08002515 }
Andrii Kulian21713ac2016-10-12 22:05:05 -07002516 return true;
2517 }
2518
2519 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
Andrii Kulianb43be0a2017-03-02 17:29:40 -08002520 "Configuration changes for " + this + ", allChanges="
Andrii Kulian21713ac2016-10-12 22:05:05 -07002521 + Configuration.configurationDiffToString(changes));
2522
2523 // If the activity isn't currently running, just leave the new configuration and it will
2524 // pick that up next time it starts.
2525 if (app == null || app.thread == null) {
2526 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2527 "Configuration doesn't matter not running " + this);
2528 stopFreezingScreenLocked(false);
2529 forceNewConfig = false;
2530 return true;
2531 }
2532
2533 // Figure out how to handle the changes between the configurations.
2534 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2535 "Checking to restart " + info.name + ": changed=0x"
2536 + Integer.toHexString(changes) + ", handles=0x"
2537 + Integer.toHexString(info.getRealConfigChanged())
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002538 + ", mLastReportedConfiguration=" + mLastReportedConfiguration);
Andrii Kulian21713ac2016-10-12 22:05:05 -07002539
Wale Ogunwalee610d3d2017-04-25 10:23:48 -07002540 if (shouldRelaunchLocked(changes, mTmpConfig) || forceNewConfig) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07002541 // Aha, the activity isn't handling the change, so DIE DIE DIE.
2542 configChangeFlags |= changes;
2543 startFreezingScreenLocked(app, globalChanges);
2544 forceNewConfig = false;
2545 preserveWindow &= isResizeOnlyChange(changes);
2546 if (app == null || app.thread == null) {
2547 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2548 "Config is destroying non-running " + this);
2549 stack.destroyActivityLocked(this, true, "config");
Bryce Lee7ace3952018-02-16 14:34:32 -08002550 } else if (mState == PAUSING) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07002551 // A little annoying: we are waiting for this activity to finish pausing. Let's not
2552 // do anything now, but just flag that it needs to be restarted when done pausing.
2553 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2554 "Config is skipping already pausing " + this);
2555 deferRelaunchUntilPaused = true;
2556 preserveWindowOnDeferredRelaunch = preserveWindow;
2557 return true;
Bryce Lee7ace3952018-02-16 14:34:32 -08002558 } else if (mState == RESUMED) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07002559 // Try to optimize this case: the configuration is changing and we need to restart
2560 // the top, resumed activity. Instead of doing the normal handshaking, just say
2561 // "restart!".
2562 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2563 "Config is relaunching resumed " + this);
2564
2565 if (DEBUG_STATES && !visible) {
2566 Slog.v(TAG_STATES, "Config is relaunching resumed invisible activity " + this
2567 + " called by " + Debug.getCallers(4));
2568 }
2569
2570 relaunchActivityLocked(true /* andResume */, preserveWindow);
2571 } else {
2572 if (DEBUG_SWITCH || DEBUG_CONFIGURATION) Slog.v(TAG_CONFIGURATION,
2573 "Config is relaunching non-resumed " + this);
2574 relaunchActivityLocked(false /* andResume */, preserveWindow);
2575 }
2576
2577 // All done... tell the caller we weren't able to keep this activity around.
2578 return false;
2579 }
2580
2581 // Default case: the activity can handle this new configuration, so hand it over.
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002582 // NOTE: We only forward the override configuration as the system level configuration
Andrii Kulian21713ac2016-10-12 22:05:05 -07002583 // changes is always sent to all processes when they happen so it can just use whatever
2584 // system level configuration it last got.
Andrii Kulianb047b8b2017-02-08 18:38:26 -08002585 if (displayChanged) {
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002586 scheduleActivityMovedToDisplay(newDisplayId, newMergedOverrideConfig);
Andrii Kulianb047b8b2017-02-08 18:38:26 -08002587 } else {
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002588 scheduleConfigurationChanged(newMergedOverrideConfig);
Andrii Kulianb047b8b2017-02-08 18:38:26 -08002589 }
Andrii Kulian21713ac2016-10-12 22:05:05 -07002590 stopFreezingScreenLocked(false);
2591
2592 return true;
2593 }
2594
Zak Cohen90e7116742017-01-29 12:59:23 -08002595 /**
2596 * When assessing a configuration change, decide if the changes flags and the new configurations
2597 * should cause the Activity to relaunch.
Ruben Brunkf64af332017-03-22 22:03:25 -07002598 *
2599 * @param changes the changes due to the given configuration.
2600 * @param changesConfig the configuration that was used to calculate the given changes via a
2601 * call to getConfigurationChanges.
Zak Cohen90e7116742017-01-29 12:59:23 -08002602 */
Ruben Brunkf64af332017-03-22 22:03:25 -07002603 private boolean shouldRelaunchLocked(int changes, Configuration changesConfig) {
Zak Cohen90e7116742017-01-29 12:59:23 -08002604 int configChanged = info.getRealConfigChanged();
Ruben Brunkf64af332017-03-22 22:03:25 -07002605 boolean onlyVrUiModeChanged = onlyVrUiModeChanged(changes, changesConfig);
Zak Cohen90e7116742017-01-29 12:59:23 -08002606
2607 // Override for apps targeting pre-O sdks
2608 // If a device is in VR mode, and we're transitioning into VR ui mode, add ignore ui mode
2609 // to the config change.
2610 // For O and later, apps will be required to add configChanges="uimode" to their manifest.
2611 if (appInfo.targetSdkVersion < O
2612 && requestedVrComponent != null
Ruben Brunkf64af332017-03-22 22:03:25 -07002613 && onlyVrUiModeChanged) {
Zak Cohen90e7116742017-01-29 12:59:23 -08002614 configChanged |= CONFIG_UI_MODE;
2615 }
2616
2617 return (changes&(~configChanged)) != 0;
2618 }
2619
Ruben Brunkf64af332017-03-22 22:03:25 -07002620 /**
2621 * Returns true if the configuration change is solely due to the UI mode switching into or out
2622 * of UI_MODE_TYPE_VR_HEADSET.
2623 */
2624 private boolean onlyVrUiModeChanged(int changes, Configuration lastReportedConfig) {
2625 final Configuration currentConfig = getConfiguration();
Ruben Brunkf53497c2017-03-27 20:26:17 -07002626 return changes == CONFIG_UI_MODE && (isInVrUiMode(currentConfig)
Ruben Brunkf64af332017-03-22 22:03:25 -07002627 != isInVrUiMode(lastReportedConfig));
2628 }
2629
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002630 private int getConfigurationChanges(Configuration lastReportedConfig) {
Andrii Kulian21713ac2016-10-12 22:05:05 -07002631 // Determine what has changed. May be nothing, if this is a config that has come back from
2632 // the app after going idle. In that case we just want to leave the official config object
2633 // now in the activity and do nothing else.
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002634 final Configuration currentConfig = getConfiguration();
2635 int changes = lastReportedConfig.diff(currentConfig);
Andrii Kulian21713ac2016-10-12 22:05:05 -07002636 // We don't want to use size changes if they don't cross boundaries that are important to
2637 // the app.
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002638 if ((changes & CONFIG_SCREEN_SIZE) != 0) {
Andrii Kulianb43be0a2017-03-02 17:29:40 -08002639 final boolean crosses = crossesHorizontalSizeThreshold(lastReportedConfig.screenWidthDp,
2640 currentConfig.screenWidthDp)
2641 || crossesVerticalSizeThreshold(lastReportedConfig.screenHeightDp,
2642 currentConfig.screenHeightDp);
Andrii Kulian21713ac2016-10-12 22:05:05 -07002643 if (!crosses) {
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002644 changes &= ~CONFIG_SCREEN_SIZE;
Andrii Kulian21713ac2016-10-12 22:05:05 -07002645 }
2646 }
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002647 if ((changes & CONFIG_SMALLEST_SCREEN_SIZE) != 0) {
Andrii Kulianb43be0a2017-03-02 17:29:40 -08002648 final int oldSmallest = lastReportedConfig.smallestScreenWidthDp;
2649 final int newSmallest = currentConfig.smallestScreenWidthDp;
2650 if (!crossesSmallestSizeThreshold(oldSmallest, newSmallest)) {
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002651 changes &= ~CONFIG_SMALLEST_SCREEN_SIZE;
Andrii Kulian21713ac2016-10-12 22:05:05 -07002652 }
2653 }
Wale Ogunwale822e5122017-07-26 06:02:24 -07002654 // We don't want window configuration to cause relaunches.
2655 if ((changes & CONFIG_WINDOW_CONFIGURATION) != 0) {
2656 changes &= ~CONFIG_WINDOW_CONFIGURATION;
2657 }
Bryce Lee600dadd2017-07-25 10:48:42 -07002658
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07002659 return changes;
Andrii Kulian21713ac2016-10-12 22:05:05 -07002660 }
2661
2662 private static boolean isResizeOnlyChange(int change) {
2663 return (change & ~(CONFIG_SCREEN_SIZE | CONFIG_SMALLEST_SCREEN_SIZE | CONFIG_ORIENTATION
2664 | CONFIG_SCREEN_LAYOUT)) == 0;
2665 }
2666
2667 void relaunchActivityLocked(boolean andResume, boolean preserveWindow) {
2668 if (service.mSuppressResizeConfigChanges && preserveWindow) {
2669 configChangeFlags = 0;
2670 return;
2671 }
2672
2673 List<ResultInfo> pendingResults = null;
2674 List<ReferrerIntent> pendingNewIntents = null;
2675 if (andResume) {
2676 pendingResults = results;
2677 pendingNewIntents = newIntents;
2678 }
2679 if (DEBUG_SWITCH) Slog.v(TAG_SWITCH,
2680 "Relaunching: " + this + " with results=" + pendingResults
2681 + " newIntents=" + pendingNewIntents + " andResume=" + andResume
2682 + " preserveWindow=" + preserveWindow);
Ruben Brunkf53497c2017-03-27 20:26:17 -07002683 EventLog.writeEvent(andResume ? AM_RELAUNCH_RESUME_ACTIVITY
2684 : AM_RELAUNCH_ACTIVITY, userId, System.identityHashCode(this),
Andrii Kulian21713ac2016-10-12 22:05:05 -07002685 task.taskId, shortComponentName);
2686
2687 startFreezingScreenLocked(app, 0);
2688
Andrii Kulian21713ac2016-10-12 22:05:05 -07002689 try {
2690 if (DEBUG_SWITCH || DEBUG_STATES) Slog.i(TAG_SWITCH,
2691 "Moving to " + (andResume ? "RESUMED" : "PAUSED") + " Relaunching " + this
2692 + " callers=" + Debug.getCallers(6));
2693 forceNewConfig = false;
2694 mStackSupervisor.activityRelaunchingLocked(this);
Andrii Kulianb372da62018-01-18 10:46:24 -08002695 final ClientTransactionItem callbackItem = ActivityRelaunchItem.obtain(pendingResults,
2696 pendingNewIntents, configChangeFlags,
2697 new MergedConfiguration(service.getGlobalConfiguration(),
2698 getMergedOverrideConfiguration()),
2699 preserveWindow);
2700 final ActivityLifecycleItem lifecycleItem;
2701 if (andResume) {
2702 lifecycleItem = ResumeActivityItem.obtain(service.isNextTransitionForward());
2703 } else {
Bryce Lee1d0d5142018-04-12 10:35:07 -07002704 lifecycleItem = PauseActivityItem.obtain();
Andrii Kulianb372da62018-01-18 10:46:24 -08002705 }
2706 final ClientTransaction transaction = ClientTransaction.obtain(app.thread, appToken);
2707 transaction.addCallback(callbackItem);
2708 transaction.setLifecycleStateRequest(lifecycleItem);
Bryce Leeb0f993f2018-03-02 15:38:01 -08002709 service.getLifecycleManager().scheduleTransaction(transaction);
Andrii Kulian21713ac2016-10-12 22:05:05 -07002710 // Note: don't need to call pauseIfSleepingLocked() here, because the caller will only
Andrii Kulianb372da62018-01-18 10:46:24 -08002711 // request resume if this activity is currently resumed, which implies we aren't
Andrii Kulian21713ac2016-10-12 22:05:05 -07002712 // sleeping.
2713 } catch (RemoteException e) {
2714 if (DEBUG_SWITCH || DEBUG_STATES) Slog.i(TAG_SWITCH, "Relaunch failed", e);
2715 }
2716
2717 if (andResume) {
2718 if (DEBUG_STATES) {
2719 Slog.d(TAG_STATES, "Resumed after relaunch " + this);
2720 }
2721 results = null;
2722 newIntents = null;
Alan Viveretteb6a25732017-11-21 14:49:24 -05002723 service.getAppWarningsLocked().onResumeActivity(this);
Andrii Kulian21713ac2016-10-12 22:05:05 -07002724 service.showAskCompatModeDialogLocked(this);
2725 } else {
Ruben Brunkf53497c2017-03-27 20:26:17 -07002726 service.mHandler.removeMessages(PAUSE_TIMEOUT_MSG, this);
Bryce Lee7ace3952018-02-16 14:34:32 -08002727 setState(PAUSED, "relaunchActivityLocked");
Andrii Kulian21713ac2016-10-12 22:05:05 -07002728 }
2729
2730 configChangeFlags = 0;
2731 deferRelaunchUntilPaused = false;
2732 preserveWindowOnDeferredRelaunch = false;
2733 }
2734
Jorim Jaggibae01b12017-04-11 16:29:10 -07002735 private boolean isProcessRunning() {
Jorim Jaggi02886a82016-12-06 09:10:06 -08002736 ProcessRecord proc = app;
2737 if (proc == null) {
2738 proc = service.mProcessNames.get(processName, info.applicationInfo.uid);
2739 }
2740 return proc != null && proc.thread != null;
2741 }
2742
Jorim Jaggibae01b12017-04-11 16:29:10 -07002743 /**
2744 * @return Whether a task snapshot starting window may be shown.
2745 */
2746 private boolean allowTaskSnapshot() {
2747 if (newIntents == null) {
2748 return true;
2749 }
2750
2751 // Restrict task snapshot starting window to launcher start, or there is no intent at all
2752 // (eg. task being brought to front). If the intent is something else, likely the app is
2753 // going to show some specific page or view, instead of what's left last time.
2754 for (int i = newIntents.size() - 1; i >= 0; i--) {
2755 final Intent intent = newIntents.get(i);
2756 if (intent != null && !ActivityRecord.isMainIntent(intent)) {
2757 return false;
2758 }
2759 }
2760 return true;
2761 }
2762
Bryce Leeb7c9b802017-05-02 14:20:24 -07002763 /**
2764 * Returns {@code true} if the associated activity has the no history flag set on it.
2765 * {@code false} otherwise.
2766 */
2767 boolean isNoHistory() {
2768 return (intent.getFlags() & FLAG_ACTIVITY_NO_HISTORY) != 0
2769 || (info.flags & FLAG_NO_HISTORY) != 0;
2770 }
2771
Craig Mautner21d24a22014-04-23 11:45:37 -07002772 void saveToXml(XmlSerializer out) throws IOException, XmlPullParserException {
2773 out.attribute(null, ATTR_ID, String.valueOf(createTime));
2774 out.attribute(null, ATTR_LAUNCHEDFROMUID, String.valueOf(launchedFromUid));
2775 if (launchedFromPackage != null) {
2776 out.attribute(null, ATTR_LAUNCHEDFROMPACKAGE, launchedFromPackage);
2777 }
2778 if (resolvedType != null) {
2779 out.attribute(null, ATTR_RESOLVEDTYPE, resolvedType);
2780 }
2781 out.attribute(null, ATTR_COMPONENTSPECIFIED, String.valueOf(componentSpecified));
2782 out.attribute(null, ATTR_USERID, String.valueOf(userId));
Winson Chung2cb86c72014-06-25 12:03:30 -07002783
Craig Mautner21d24a22014-04-23 11:45:37 -07002784 if (taskDescription != null) {
Craig Mautner648f69b2014-09-18 14:16:26 -07002785 taskDescription.saveToXml(out);
Craig Mautner21d24a22014-04-23 11:45:37 -07002786 }
2787
2788 out.startTag(null, TAG_INTENT);
2789 intent.saveToXml(out);
2790 out.endTag(null, TAG_INTENT);
2791
2792 if (isPersistable() && persistentState != null) {
2793 out.startTag(null, TAG_PERSISTABLEBUNDLE);
2794 persistentState.saveToXml(out);
2795 out.endTag(null, TAG_PERSISTABLEBUNDLE);
2796 }
2797 }
2798
Stefan Kuhnee88d1e52015-05-18 10:33:45 -07002799 static ActivityRecord restoreFromXml(XmlPullParser in,
2800 ActivityStackSupervisor stackSupervisor) throws IOException, XmlPullParserException {
Craig Mautner21d24a22014-04-23 11:45:37 -07002801 Intent intent = null;
2802 PersistableBundle persistentState = null;
2803 int launchedFromUid = 0;
2804 String launchedFromPackage = null;
2805 String resolvedType = null;
2806 boolean componentSpecified = false;
2807 int userId = 0;
Craig Mautner21d24a22014-04-23 11:45:37 -07002808 long createTime = -1;
2809 final int outerDepth = in.getDepth();
Winson Chung2cb86c72014-06-25 12:03:30 -07002810 TaskDescription taskDescription = new TaskDescription();
Craig Mautner21d24a22014-04-23 11:45:37 -07002811
2812 for (int attrNdx = in.getAttributeCount() - 1; attrNdx >= 0; --attrNdx) {
2813 final String attrName = in.getAttributeName(attrNdx);
2814 final String attrValue = in.getAttributeValue(attrNdx);
Ruben Brunkf53497c2017-03-27 20:26:17 -07002815 if (DEBUG) Slog.d(TaskPersister.TAG,
Wale Ogunwale18795a22014-12-03 11:38:33 -08002816 "ActivityRecord: attribute name=" + attrName + " value=" + attrValue);
Craig Mautner21d24a22014-04-23 11:45:37 -07002817 if (ATTR_ID.equals(attrName)) {
Tobias Thierer28532d02016-04-21 14:52:10 +01002818 createTime = Long.parseLong(attrValue);
Craig Mautner21d24a22014-04-23 11:45:37 -07002819 } else if (ATTR_LAUNCHEDFROMUID.equals(attrName)) {
Narayan Kamatha09b4d22016-04-15 18:32:45 +01002820 launchedFromUid = Integer.parseInt(attrValue);
Craig Mautner21d24a22014-04-23 11:45:37 -07002821 } else if (ATTR_LAUNCHEDFROMPACKAGE.equals(attrName)) {
2822 launchedFromPackage = attrValue;
2823 } else if (ATTR_RESOLVEDTYPE.equals(attrName)) {
2824 resolvedType = attrValue;
2825 } else if (ATTR_COMPONENTSPECIFIED.equals(attrName)) {
Tobias Thiererb0800dc2016-04-21 17:51:41 +01002826 componentSpecified = Boolean.parseBoolean(attrValue);
Craig Mautner21d24a22014-04-23 11:45:37 -07002827 } else if (ATTR_USERID.equals(attrName)) {
Narayan Kamatha09b4d22016-04-15 18:32:45 +01002828 userId = Integer.parseInt(attrValue);
Ruben Brunkf53497c2017-03-27 20:26:17 -07002829 } else if (attrName.startsWith(ATTR_TASKDESCRIPTION_PREFIX)) {
Craig Mautner648f69b2014-09-18 14:16:26 -07002830 taskDescription.restoreFromXml(attrName, attrValue);
Craig Mautner21d24a22014-04-23 11:45:37 -07002831 } else {
2832 Log.d(TAG, "Unknown ActivityRecord attribute=" + attrName);
2833 }
2834 }
2835
2836 int event;
Ruben Brunkf53497c2017-03-27 20:26:17 -07002837 while (((event = in.next()) != END_DOCUMENT) &&
2838 (event != END_TAG || in.getDepth() >= outerDepth)) {
2839 if (event == START_TAG) {
Craig Mautner21d24a22014-04-23 11:45:37 -07002840 final String name = in.getName();
Ruben Brunkf53497c2017-03-27 20:26:17 -07002841 if (DEBUG)
Wale Ogunwale18795a22014-12-03 11:38:33 -08002842 Slog.d(TaskPersister.TAG, "ActivityRecord: START_TAG name=" + name);
Craig Mautner21d24a22014-04-23 11:45:37 -07002843 if (TAG_INTENT.equals(name)) {
2844 intent = Intent.restoreFromXml(in);
Ruben Brunkf53497c2017-03-27 20:26:17 -07002845 if (DEBUG)
Wale Ogunwale18795a22014-12-03 11:38:33 -08002846 Slog.d(TaskPersister.TAG, "ActivityRecord: intent=" + intent);
Craig Mautner21d24a22014-04-23 11:45:37 -07002847 } else if (TAG_PERSISTABLEBUNDLE.equals(name)) {
2848 persistentState = PersistableBundle.restoreFromXml(in);
Ruben Brunkf53497c2017-03-27 20:26:17 -07002849 if (DEBUG) Slog.d(TaskPersister.TAG,
Craig Mautner21d24a22014-04-23 11:45:37 -07002850 "ActivityRecord: persistentState=" + persistentState);
2851 } else {
2852 Slog.w(TAG, "restoreActivity: unexpected name=" + name);
2853 XmlUtils.skipCurrentTag(in);
2854 }
2855 }
2856 }
2857
2858 if (intent == null) {
Craig Mautnere0129b32014-05-25 16:41:09 -07002859 throw new XmlPullParserException("restoreActivity error intent=" + intent);
Craig Mautner21d24a22014-04-23 11:45:37 -07002860 }
2861
2862 final ActivityManagerService service = stackSupervisor.mService;
2863 final ActivityInfo aInfo = stackSupervisor.resolveActivity(intent, resolvedType, 0, null,
Patrick Baumann78380272018-04-04 10:41:01 -07002864 userId, Binder.getCallingUid());
Craig Mautnere0129b32014-05-25 16:41:09 -07002865 if (aInfo == null) {
Craig Mautner77b04262014-06-27 15:22:12 -07002866 throw new XmlPullParserException("restoreActivity resolver error. Intent=" + intent +
2867 " resolvedType=" + resolvedType);
Craig Mautnere0129b32014-05-25 16:41:09 -07002868 }
Andrii Kulianfb1bf692017-01-17 11:17:34 -08002869 final ActivityRecord r = new ActivityRecord(service, null /* caller */,
2870 0 /* launchedFromPid */, launchedFromUid, launchedFromPackage, intent, resolvedType,
2871 aInfo, service.getConfiguration(), null /* resultTo */, null /* resultWho */,
2872 0 /* reqCode */, componentSpecified, false /* rootVoiceInteraction */,
Andrii Kulian94e82d9b02017-07-13 15:33:06 -07002873 stackSupervisor, null /* options */, null /* sourceRecord */);
Craig Mautner21d24a22014-04-23 11:45:37 -07002874
2875 r.persistentState = persistentState;
Winson Chung2cb86c72014-06-25 12:03:30 -07002876 r.taskDescription = taskDescription;
Craig Mautner21d24a22014-04-23 11:45:37 -07002877 r.createTime = createTime;
2878
2879 return r;
2880 }
2881
Zak Cohen90e7116742017-01-29 12:59:23 -08002882 private static boolean isInVrUiMode(Configuration config) {
Ruben Brunkf53497c2017-03-27 20:26:17 -07002883 return (config.uiMode & UI_MODE_TYPE_MASK) == UI_MODE_TYPE_VR_HEADSET;
Zak Cohen90e7116742017-01-29 12:59:23 -08002884 }
2885
David Stevens82ea6cb2017-03-03 16:18:50 -08002886 int getUid() {
2887 return info.applicationInfo.uid;
2888 }
2889
chaviw59b98852017-06-13 12:05:44 -07002890 void setShowWhenLocked(boolean showWhenLocked) {
2891 mShowWhenLocked = showWhenLocked;
Kevin Chyn44639482017-10-09 18:34:41 -07002892 mStackSupervisor.ensureActivitiesVisibleLocked(null, 0 /* configChanges */,
2893 false /* preserveWindows */);
chaviw59b98852017-06-13 12:05:44 -07002894 }
2895
2896 /**
chaviw2c500982018-01-04 17:05:05 -08002897 * @return true if the activity windowing mode is not
2898 * {@link android.app.WindowConfiguration#WINDOWING_MODE_PINNED} and activity contains
2899 * windows that have {@link LayoutParams#FLAG_SHOW_WHEN_LOCKED} set or if the activity
2900 * has set {@link #mShowWhenLocked}.
2901 * Multi-windowing mode will be exited if true is returned.
chaviw59b98852017-06-13 12:05:44 -07002902 */
2903 boolean canShowWhenLocked() {
chaviw2c500982018-01-04 17:05:05 -08002904 return !inPinnedWindowingMode() && (mShowWhenLocked
Wale Ogunwale2cca8622017-12-11 08:40:13 -08002905 || service.mWindowManager.containsShowWhenLockedWindow(appToken));
chaviw59b98852017-06-13 12:05:44 -07002906 }
2907
2908 void setTurnScreenOn(boolean turnScreenOn) {
2909 mTurnScreenOn = turnScreenOn;
2910 }
2911
2912 /**
2913 * Determines whether this ActivityRecord can turn the screen on. It checks whether the flag
2914 * {@link #mTurnScreenOn} is set and checks whether the ActivityRecord should be visible
2915 * depending on Keyguard state
2916 *
2917 * @return true if the screen can be turned on, false otherwise.
2918 */
2919 boolean canTurnScreenOn() {
2920 final ActivityStack stack = getStack();
2921 return mTurnScreenOn && stack != null &&
2922 stack.checkKeyguardVisibility(this, true /* shouldBeVisible */, true /* isTop */);
2923 }
2924
2925 boolean getTurnScreenOnFlag() {
2926 return mTurnScreenOn;
2927 }
2928
2929 boolean isTopRunningActivity() {
2930 return mStackSupervisor.topRunningActivityLocked() == this;
2931 }
2932
Jorim Jaggif84e2f62018-01-16 14:17:59 +01002933 void registerRemoteAnimations(RemoteAnimationDefinition definition) {
2934 mWindowContainerController.registerRemoteAnimations(definition);
2935 }
2936
Craig Mautnerf81b90872013-02-26 13:02:43 -08002937 @Override
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002938 public String toString() {
Dianne Hackbornf210d6b2009-04-13 18:42:49 -07002939 if (stringName != null) {
Wale Ogunwale18795a22014-12-03 11:38:33 -08002940 return stringName + " t" + (task == null ? INVALID_TASK_ID : task.taskId) +
Craig Mautnerf3333272013-04-22 10:55:53 -07002941 (finishing ? " f}" : "}");
Dianne Hackbornf210d6b2009-04-13 18:42:49 -07002942 }
2943 StringBuilder sb = new StringBuilder(128);
Dianne Hackborn30d71892010-12-11 10:37:55 -08002944 sb.append("ActivityRecord{");
Dianne Hackbornf210d6b2009-04-13 18:42:49 -07002945 sb.append(Integer.toHexString(System.identityHashCode(this)));
Dianne Hackbornb12e1352012-09-26 11:39:20 -07002946 sb.append(" u");
2947 sb.append(userId);
Dianne Hackbornf210d6b2009-04-13 18:42:49 -07002948 sb.append(' ');
Dianne Hackborn1d442e02009-04-20 18:14:05 -07002949 sb.append(intent.getComponent().flattenToShortString());
Craig Mautnerf81b90872013-02-26 13:02:43 -08002950 stringName = sb.toString();
2951 return toString();
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002952 }
Steven Timotius4346f0a2017-09-12 11:07:21 -07002953
2954 void writeIdentifierToProto(ProtoOutputStream proto, long fieldId) {
2955 final long token = proto.start(fieldId);
2956 proto.write(HASH_CODE, System.identityHashCode(this));
2957 proto.write(USER_ID, userId);
2958 proto.write(TITLE, intent.getComponent().flattenToShortString());
2959 proto.end(token);
2960 }
2961
2962 public void writeToProto(ProtoOutputStream proto, long fieldId) {
2963 final long token = proto.start(fieldId);
Adrian Roos4921ccf2017-09-28 16:54:06 +02002964 super.writeToProto(proto, CONFIGURATION_CONTAINER, false /* trim */);
Steven Timotius4346f0a2017-09-12 11:07:21 -07002965 writeIdentifierToProto(proto, IDENTIFIER);
Bryce Lee7ace3952018-02-16 14:34:32 -08002966 proto.write(STATE, mState.toString());
Steven Timotius4346f0a2017-09-12 11:07:21 -07002967 proto.write(VISIBLE, visible);
2968 proto.write(FRONT_OF_TASK, frontOfTask);
2969 if (app != null) {
2970 proto.write(PROC_ID, app.pid);
2971 }
Wale Ogunwale30eab1f2018-05-24 18:25:25 -07002972 proto.write(TRANSLUCENT, !fullscreen);
Steven Timotius4346f0a2017-09-12 11:07:21 -07002973 proto.end(token);
2974 }
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002975}