mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-07-15 10:47:28 +02:00
adb-permissions.bash: uninstall Gemini
Ref: https://arstechnica.com/security/2025/07/unless-users-take-action-android-will-let-gemini-access-third-party-apps/
This commit is contained in:
parent
f648f9f7fc
commit
f6d3b3d08b
@ -44,6 +44,9 @@ adb "$@" shell pm grant com.github.cvzi.darkmodewallpaper android.permission.REA
|
||||
# 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 &)
|
||||
# Uninstall or disable Gemini so it won't access other apps
|
||||
(adb "$@" shell pm uninstall com.google.android.apps.bard &)
|
||||
#(adb "$@" shell pm disable com.google.android.apps.bard &)
|
||||
|
||||
# Enable DNS-over-TLS
|
||||
(adb "$@" shell settings put global private_dns_mode hostname &)
|
||||
|
Loading…
x
Reference in New Issue
Block a user