Merge "Have some shell start activity commands go thorugh AMS instead of ATMS (28/n)"

This commit is contained in:
TreeHugger Robot
2018-10-20 01:20:08 +00:00
committed by Android (Google) Code Review
4 changed files with 73 additions and 19 deletions

View File

@@ -276,4 +276,8 @@ public abstract class ActivityManagerInternal {
/** Starts a given process. */
public abstract void startProcess(String processName, ApplicationInfo info,
boolean knownToBeDead, String hostingType, ComponentName hostingName);
/** Starts up the starting activity process for debugging if needed. */
public abstract void setDebugFlagsForStartingActivity(ActivityInfo aInfo, int startFlags,
ProfilerInfo profilerInfo);
}