mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
adb-permissions.bash: add PrivateDNSAndroid (toggle tile)
This commit is contained in:
parent
04ab9e3958
commit
d03fcbc92b
@ -23,6 +23,9 @@ adb "$@" shell pm grant com.f0x1d.logfox android.permission.READ_LOGS
|
|||||||
# https://github.com/c-lis/morelocale
|
# https://github.com/c-lis/morelocale
|
||||||
adb "$@" shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION
|
adb "$@" shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION
|
||||||
|
|
||||||
|
# https://github.com/karasevm/PrivateDNSAndroid
|
||||||
|
adb "$@" shell pm grant ru.karasevm.privatednstoggle android.permission.WRITE_SECURE_SETTINGS
|
||||||
|
|
||||||
# Shizuku
|
# Shizuku
|
||||||
#(adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh &)
|
#(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 &)
|
(adb "$@" shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh &)
|
||||||
|
Loading…
Reference in New Issue
Block a user