Hello,
I usually install apps via "adb install" command, especially after a device wipe.
When I install apps via adb the network permission is granted by default if app uses the internet permission.
Is there a way to disallow by default the internet permission when installing apps via adb or is there a way to
exec a command to disable a specific permission for a installed app?
Thanks