android - finish or close an application from another application -


i want know, possible finish or close running application application? if yes how ?

i googled regarding not found solution. tried using killbackgroundprocesses not worked me. functionality expecting task manager doing. please suggest me thing. in advance.

no 1 can kill process except android os itself.

most of task killer in android market don't kill app restart process

by using

public void restartpackage (string packagename) when method called activity operating system called

savedinstancestate , save state of activity want kill. process is

removed memory , os saved state.now when next time user start activity it

will start killed or in other words restarted. can verify any

task manager don't kill process because no 1 can so. method also

work in ics.

for above method can @ here . far know killbackgroundprocesses (string packagename) api 8 , above.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -