adb-permissions.bash: add uninstalling com.google.android.safetycore

This commit is contained in:
Aminda Suomalainen 2025-03-06 17:29:55 +02:00
parent ca3384cb1a
commit 371a262b37
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -38,6 +38,10 @@ adb "$@" shell pm grant com.github.cvzi.darkmodewallpaper android.permission.REA
#(adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh &)
(adb "$@" shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh &)
# Uninstall or disable Android Safety Core (suspected chatcontrol backdoor)
(adb "$@" shell pm uninstall com.google.android.safetycore &)
#(adb "$@" shell pm disable com.google.android.safetycore &)
# Should tell whether the DoH3 module exists
(adb "$@" shell pm list package | grep com.android.resolv &)