1
2
Fork
You've already forked talkback
2
Liberated version of the TalkBack system accessibility app for Android
This repository has been archived on 2024年12月23日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Java 99.6%
  • C++ 0.3%
Find a file
2021年07月22日 23:42:25 -04:00
braille Push to GitHub 2021年05月05日 2021年05月05日 17:14:49 -07:00
brailleime Push to GitHub 2021年05月05日 2021年05月05日 17:14:49 -07:00
compositor Push to GitHub 2021年05月05日 2021年05月05日 17:14:49 -07:00
gradle/wrapper Add the gradle 5.4.1 wrapper 2021年07月11日 06:55:39 -04:00
proguard Push to GitHub 2021年05月05日 2021年05月05日 17:14:49 -07:00
src/main Push to GitHub 2021年05月05日 2021年05月05日 17:14:49 -07:00
talkback Remove GMS dependency 2021年07月11日 07:22:57 -04:00
utils Remove GMS dependency 2021年07月11日 07:22:57 -04:00
.gitignore Remove GMS dependency 2021年07月11日 07:22:57 -04:00
build.gradle Specify a version code 2021年07月22日 23:42:25 -04:00
gradle.properties TalkBack 8.1 2020年02月10日 11:36:44 -08:00
gradlew Add the gradle 5.4.1 wrapper 2021年07月11日 06:55:39 -04:00
gradlew.bat Add the gradle 5.4.1 wrapper 2021年07月11日 06:55:39 -04:00
LICENSE Fixed an incorrect line in the LICENSE file 2021年05月06日 00:08:32 -07:00
README.md Push to GitHub 2021年05月05日 2021年05月05日 17:14:49 -07:00
settings.gradle Push to GitHub 2021年05月05日 2021年05月05日 17:14:49 -07:00
shared.gradle Remove GMS dependency 2021年07月11日 07:22:57 -04:00
version.gradle Push to GitHub 2021年05月05日 2021年05月05日 17:14:49 -07:00

Introduction

This repository contains source code for Google's TalkBack, which is a screen reader for blind and visually-impaired users of Android. For usage instructions, see TalkBack User Guide.

How to Build

To build TalkBack, run ./build.sh, which will produce an apk file.

How to Install

Install the apk onto your Android device in the usual manner using adb.

How to Run

With the apk now installed on the device, the TalkBack service should now be present under Settings -> Accessibility, and will be off by default. To turn it on, toggle the switch preference to the on position.