android - Turn off or modify recent apps list -


is there way interact recent apps list appears when long press home button? turn off or if not possible clear entries.

i'm not sure if turn off completely, if want exclude app appearing there, set android:excludefromrecents="true" in manifest.xml.

have @ getrunningtasks of activitymanager list of launched app.

public list getrunningtasks (int maxnum)

return list of tasks running, recent being first , older ones after in order. note "running" not mean of task's code loaded or activity -- task may have been frozen system, can restarted in previous state when next brought foreground.

at last, question , answer provides information regarding overriding longpressed home button.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -