Revertir permisos hackabd

crloslm

New member
Hola para obtener funciones adicionales sin rootear y para que funcione sel auxiliar de Macrodroid se ejecutan unos comandos.
Es posible volver a dejar como estaban esos permisos?
Dejo este comando de ejemplo
adb shell pm grant com.arlosoft.macrodroid android.permission.WRITE_SECURE_SETTINGS
¿Cuál sería el comando para revocar ese permiso?
 

Endercraft

Moderator (& bug finder :D)
Hello, to get additional functions without rooting and for Macrodroid auxiliary sel to work, some commands are executed.
Is it possible to return these permissions as they were?
I leave this command as an example
adb shell pm grant com.arlosoft.macrodroid android.permission.WRITE_SECURE_SETTINGS
What would be the command to revoke this permission?
To revoke these permissions, replace grant by revoke :
adb shell pm revoke com.arlosoft.macrodroid android.permission.WRITE_SECURE_SETTINGS
 
Top