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
Post a Comment