mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-31 23:32:35 +01:00
adb-permissions.bash: add morelocale
This commit is contained in:
parent
6f0377d1b6
commit
485e3711b8
@ -35,6 +35,9 @@ echo "In case of trouble check Android System Settings, Connected devices, USB m
|
||||
# Logfox adb reader from F-Droid
|
||||
adb "$@" shell pm grant com.f0x1d.logfox android.permission.READ_LOGS
|
||||
|
||||
# https://github.com/c-lis/morelocale
|
||||
adb "$@" shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION
|
||||
|
||||
# Wait a bit and then reboot the device
|
||||
sleep 5
|
||||
#adb "$@" reboot
|
||||
|
Loading…
Reference in New Issue
Block a user