Question to an ADB Pro

I have an app “system app remover” and my watch is not rooted. Is this the right command to grant the app the right to remove some bloat ware?

adb -d shell pm grant com.jumobile.manager.systemapp android.permission.WRITE_SECURE_SETTINGS

Thanks

Hans

That permission is not available to apps not installed on /system. So even if you manage to grant it it will not work. Also I believe without root above command will fail.

can use this command without root, but you will not be able, to delete system apps with this, for this you still need real root.

the above command can be used, to get greenify and other apps to work, without rooting the watch, but also here, you have to live with some limitations without real root.