System › Watt
thumb_up Follow me on GitHub to get notifications about my projects (like Fossdroid Core), thanks! close

Watt

Disable or enable components(receivers/services/activities) easily
Version: 2.0.0
Added: 01-06-2021
Updated: 01-06-2021
Watt is an open source Android component management application. It uses pm command to disable or enable components, requires root permissions.

Features:

* Disable or enable components(receivers/services/activities) easily
* Block a broadcast so that no app can receive it to wake itself
* Block the bad Keep-Alive services of some apps without errors
* No data collection
* Efficient and simple interface

Why not IFW?

In version 2.0, Watt has completely abandoned disabling components through the Intent Firewall, because ifw will cause android10+ devices to keep restarting. In view of this poor performance, Watt 2.0 uses pm commands to refactor the entire application.

Screenshot of Watt Screenshot of Watt Screenshot of Watt
code Source file_download Download