
Description
The app displays all statically registered Broadcast receivers. Broadcast receivers are messages been sent by the system to any application that request to receive them. There are two ways to register a receiver: statically and dynamically. The dynamic registration enable an app to receive system broadcasts while on the foreground and user present. Static registration on the other hand allows applications to receive system broadcasts regardless of being on the foreground or not. This feature may pose security threat as well as a performance issues to your device. Moreover, upon installing a new app, the Android system does not show these receivers as it does with the permissions. Thus, this app is meant to scan installed applications for their statically registered broadcast receivers and display them to the user.