Close a background android application -


the requirement kill application pushed background after time interval. how can in android? if share code snippet, great.

thanks, jinu

the android framework not provide permission kill other app process. can kill app processes.

process kill permission system apps.

still try using permission in menifest

   <uses-permission android:name="android.permission.kill_background_processes"/> 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -