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