I’d want to simulate task switcher softkey of our ICS Android devices and detect when user clicks that softkey.
Is there a way?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AFAIK you can’t do that. However, it isn’t super hard to roll your
own. getRecentTasks() returns a list of recently run apps. Simply retrieve these, and show them in your own UI.
One advantage to this is that the default one, at least on older versions
of Android, only shows you about 8 apps. If you roll your own can show as
many as you want.