Clarify descriptions regarding impossibility to update a system app
This commit is contained in:
parent
83d0e05ec3
commit
a4e30c98d1
|
@ -9,8 +9,11 @@ Summary:Music player
|
||||||
Description:
|
Description:
|
||||||
The music app that comes bundled with CyanogenMod ROM v10.
|
The music app that comes bundled with CyanogenMod ROM v10.
|
||||||
1.0 is built at the latest commit from the original author's repo
|
1.0 is built at the latest commit from the original author's repo
|
||||||
(because that still supports Android 2.3), while later versions
|
(because that still supports Android 2.3).
|
||||||
are built from CM repos.
|
Latest version is built from CM repos at cm-10.1.0-RC1 tag.
|
||||||
|
It won't be possible to install this on CM10 because
|
||||||
|
the apk is signed with a different key to that which is
|
||||||
|
already installed.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -28,7 +31,8 @@ Repo:https://github.com/CyanogenMod/android_packages_apps_Apollo
|
||||||
#src/com/andrew/apollo/ui/fragments/LyricsFragment.java && \
|
#src/com/andrew/apollo/ui/fragments/LyricsFragment.java && \
|
||||||
#find . -type f -print0 | xargs -0 sed -i 's/Crouton/AppMsg/g' && \
|
#find . -type f -print0 | xargs -0 sed -i 's/Crouton/AppMsg/g' && \
|
||||||
#sed -i '/proguard/d' project.properties
|
#sed -i '/proguard/d' project.properties
|
||||||
Build Version:1.1,2,cm-10.1.0-RC1,target=android-17,extlibs=android/android-support-v4.jar
|
Build Version:1.1,2,cm-10.1.0-RC1,target=android-17,\
|
||||||
|
extlibs=android/android-support-v4.jar
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
|
@ -10,8 +10,8 @@ TalkBack is an Accessibility Service that helps blind and vision-impaired
|
||||||
users interact with their devices more easily.
|
users interact with their devices more easily.
|
||||||
This application adds spoken, audible, and vibration feedback to your device.
|
This application adds spoken, audible, and vibration feedback to your device.
|
||||||
It comes pre-installed on many devices
|
It comes pre-installed on many devices
|
||||||
(but not in CyanogenMod), so you won't be able to install this if that is
|
(though not in basic CyanogenMod), so you won't be able to install this if that
|
||||||
the case.
|
is the case.
|
||||||
|
|
||||||
It's only activated if you explicitly turn on Accessibility:
|
It's only activated if you explicitly turn on Accessibility:
|
||||||
# Go to Settings
|
# Go to Settings
|
||||||
|
|
Loading…
Reference in a new issue