TalkBack: Switch to YAML
This commit is contained in:
parent
55681ef63e
commit
3edfd83967
|
@ -1,37 +0,0 @@
|
|||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:https://support.google.com/accessibility/android/answer/6283677?hl=en
|
||||
Source Code:https://github.com/google/talkback
|
||||
Issue Tracker:
|
||||
|
||||
Auto Name:TalkBack
|
||||
Summary:Accessibility improvements
|
||||
Description:
|
||||
TalkBack is an Accessibility Service that helps blind and vision-impaired users
|
||||
interact with their devices more easily.
|
||||
|
||||
This application adds spoken, audible, and vibration feedback to your device.
|
||||
|
||||
It comes pre-installed on many devices so you won't be able to install this if
|
||||
that is the case.
|
||||
|
||||
It's only activated if you explicitly turn on Accessibility:
|
||||
|
||||
# Go to Settings
|
||||
# Select Accessibility
|
||||
# Enable TalkBack checkboxes
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/google/talkback.git
|
||||
|
||||
Build:6.1,50200001
|
||||
commit=e69d4731fce02bb9e69613d0e48c29033cad4a98
|
||||
patch=play-services.patch
|
||||
gradle=yes
|
||||
rm=libs
|
||||
prebuild=sed -i 's/minSdkVersion 26/minSdkVersion 21/' build.gradle && \
|
||||
sed -i 's/android:versionCode=/android:versionName="6.1" android:versionCode=/' src/main/AndroidManifest.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
43
metadata/com.google.android.accessibility.talkback.yml
Normal file
43
metadata/com.google.android.accessibility.talkback.yml
Normal file
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
WebSite: https://support.google.com/accessibility/android/answer/6283677?hl=en
|
||||
SourceCode: https://github.com/google/talkback
|
||||
|
||||
AutoName: TalkBack
|
||||
Summary: Accessibility improvements
|
||||
Description: |-
|
||||
TalkBack is an Accessibility Service that helps blind and vision-impaired users
|
||||
interact with their devices more easily.
|
||||
|
||||
This application adds spoken, audible, and vibration feedback to your device.
|
||||
|
||||
It comes pre-installed on many devices so you won't be able to install this if
|
||||
that is the case.
|
||||
|
||||
It's only activated if you explicitly turn on Accessibility:
|
||||
|
||||
# Go to Settings
|
||||
# Select Accessibility
|
||||
# Enable TalkBack checkboxes
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/google/talkback.git
|
||||
|
||||
Builds:
|
||||
- versionName: '6.1'
|
||||
versionCode: 50200001
|
||||
commit: e69d4731fce02bb9e69613d0e48c29033cad4a98
|
||||
patch:
|
||||
- play-services.patch
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- libs
|
||||
prebuild:
|
||||
- sed -i 's/minSdkVersion 26/minSdkVersion 21/' build.gradle
|
||||
- sed -i 's/android:versionCode=/android:versionName="6.1" android:versionCode=/'
|
||||
src/main/AndroidManifest.xml
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
Loading…
Reference in a new issue