Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Tsaran committed Jul 23, 2018
1 parent e69d473 commit 5e306b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Introduction
This repository contains sources for two Android accessibility services:
This repository contains sources for two Android accessibility services from Google:

* TalkBack -- a screen reader for blind and visually impaired users. For usage instructions, see [TalkBack User Guide](https://support.google.com/accessibility/android/answer/6283677?hl=en).
* Switch Access -- screen navigation tool for users with mobility limitations. For usage instructions, see [Switch Access User Guide](https://support.google.com/accessibility/android/answer/6122836?hl=en).
Expand All @@ -13,8 +13,8 @@ To build TalkBack sources you will need:
1. Download android sdk from <https://developer.android.com/sdk/installing/index.html?pkg=tools>
2. Set ANDROID_HOME to the path of Android sdk folder
3. Open Android SDK manager and install
- Tools/Android SDK Build-tools 22.0.1
- Android 7.0 (API 24)
- Tools/Android SDK Build-tools 27.0.0
- Android 8.0 (API level 25)
- Extras/Android Support Repository
- Extras/Google Repository

Expand Down

0 comments on commit 5e306b2

Please sign in to comment.