Since you are interested in creating tools that people find useful.
Maybe you are interested in creating a module that can block apps that can work without internet connection for connection to the internet.
i know that you can install a firewall app, but that will consume the battery and always runs in the background.
I found this inspiration from this issue
from what i understood, you need to trick android OS into thinking that android.permission.INTERNET does not exist in AndroidManifest.xml
Since you are interested in creating tools that people find useful.
Maybe you are interested in creating a module that can block apps that can work without internet connection for connection to the internet.
i know that you can install a firewall app, but that will consume the battery and always runs in the background.
I found this inspiration from this issue
from what i understood, you need to trick android OS into thinking that
android.permission.INTERNETdoes not exist inAndroidManifest.xml