mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-04-09 01:27:48 +02:00
adb-permissions.bash: add uninstalling com.google.android.safetycore
This commit is contained in:
parent
ca3384cb1a
commit
371a262b37
@ -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 &)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user