利用ActivityManager.RecentTaskInfo的baseIntent启动应用
public Intent baseIntent
Added in API level 1
The original Intent used to launch the task. You can use this Intent to re-launch the task (if it is no longer running) or bring the current task to the front.
参考:frameworks/policies/base/phone/com/android/internal/policy/impl/RecentApplicationsDialog.java