开发者

Recently used apps android

开发者 https://www.devze.com 2023-02-17 12:01 出处:网络
Can someone give me pointers on how to display a list of recently used apps on the android system. I intend to obtain this and display from within a web-view. Next step would be开发者_开发知识库 for

Can someone give me pointers on how to display a list of recently used apps on the android system.

I intend to obtain this and display from within a web-view. Next step would be开发者_开发知识库 for me to figure out how to obtain the app icons to display on the webview


Use ActivityManager.getRecentTasks(): http://developer.android.com/reference/android/app/ActivityManager.html#getRecentTasks(int, int)

0

精彩评论

暂无评论...
验证码 换一张
取 消