Android applications are composed of multiple components, Activity as an important component of Android applications, used to display a visual user interface and receive user interface events generated by interaction. In the paper, AWMS(Activity Window Management System) mechanism is used to store the Activity window in multiple applications, which simplified operation for calling Activity handle to operate its data and state. Thus implement the simplified operation for getting the Activity instance and each of the Activity in the tasks.