Android Permissions

All you ever wanted to know about Android permissions

android.permission.SET_ALWAYS_FINISH

force background apps to close
Allows the app to control whether activities are always finished as soon as they go to the background. Never needed for normal apps.

Belongs to:

android.permission-group.DEVELOPMENT_TOOLS

Development tools
Features only needed for app developers.