Android Permissions

All you ever wanted to know about Android permissions

android.permission.DUMP

retrieve system internal state
Allows the app to retrieve internal state of the system. Malicious apps may retrieve a wide variety of private and secure information that they should never normally need.

Belongs to:

android.permission-group.DEVELOPMENT_TOOLS

Development tools
Features only needed for app developers.