Android Permissions

All you ever wanted to know about Android permissions

android.permission.BROADCAST_PACKAGE_REMOVED

send package removed broadcast
Allows the app to broadcast a notification that an app package has been removed. Malicious apps may use this to kill any other running app.

Belongs to:

android.permission-group.SYSTEM_TOOLS

System tools
Lower-level access and control of the system.