Android app needs not to be wiped from memory
问题 I want to develop an app which needs to be in memory until user clicks the force stop button in the task manager screen then only its broadcast receivers can trigger by particular event and i can do my works. I have been searching for this solution a long time. A lot saying that's not possible. But i have seen that face book and class of clans applications always running and kept in memory even clearing all recent applications. Now someone help me how to do that? Thanks in advance! Update: I