android - Exclude Broadcast Receiver from Recent Application List/Task Manager -


i have semi-successful app on market uses broadcast receivers few of features. request many of users, have excluded few activities "recent applications list" adding line activities in manifest:

android:excludefromrecents="true" 

i trying same thing broadcast receiver. have tried adding line receiver , of dependant activities no avail. can "hide" broadcast receiver user? supposed work, or there alternative?

also, how stop app showing in task manager (running application list) when broadcast received? there quite few apps on phone (my app included) show in 3rd party task manager not show running applications in default settings->apps->running list. can please explain why case, , can possibly keep off task manager list (without knowing how each individual task manager searches apps)?

thanks!

note: use word "hide" apprehensively. de-clutter recent applications list requested users. no ill intents :d.

when receive broadcast start/launch new activity/service flag_activity_exclude_from_recents. it's hard tell without source code, may want add flag_activity_no_history.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -