My goal is to force stop multiple apps on the startup. The script can be executed with Magisk on boot by placing it in data/adb/post-fs-data
.
I already tried writing
am force-stop com.exp1
and also with
#!/system/bin/sh
but it didn't work
What should I write on it?