Merge "Have some shell start activity commands go thorugh AMS instead of ATMS (28/n)"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f4cdeaa057
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user