ActivityThread

/**
* This manages the execution of the main thread in an
* application process, scheduling and executing activities,
* broadcasts, and other operations on it as the activity
* manager requests.
*
* {@hide}
*/
public final class ActivityThread
原文地址:https://www.cnblogs.com/feng9exe/p/5705128.html