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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -