No, it is not possible to do this. The OS does not provide access to this (and moreover, on Android 3.0+, the dialog has changed completely).
However, you could make your own dialog using ActivityManager
‘s getRecentTasks
, as well as Dialog
(or its subclasses), that would handle the same task.
5
solved Launch “Recent apps” NOT from holding on home button [closed]