Add scripts to enable and disable talkback (#4906)
This commit is contained in:
parent
110534687b
commit
12fdb8e875
2 changed files with 17 additions and 0 deletions
9
tools/adb/disable_talkback.sh
Executable file
9
tools/adb/disable_talkback.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2025 New Vector Ltd.
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
||||
# Please see LICENSE files in the repository root for full details.
|
||||
|
||||
adb shell settings put secure enabled_accessibility_services null
|
||||
|
||||
8
tools/adb/enable_talkback.sh
Executable file
8
tools/adb/enable_talkback.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2025 New Vector Ltd.
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
||||
# Please see LICENSE files in the repository root for full details.
|
||||
|
||||
adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService
|
||||
Loading…
Add table
Add a link
Reference in a new issue