mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-28 16:27:30 -04:00
Update emoji list in LatinIME too and disable
tested not working on 15.1 shows as cross boxes or double characters Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
86b7525400
commit
7b2eb1079a
9 changed files with 3794 additions and 22 deletions
|
@ -20,6 +20,9 @@ set -uo pipefail;
|
|||
#APN List
|
||||
wget "https://github.com/LineageOS/android_vendor_lineage/raw/lineage-20.0/prebuilt/common/etc/apns-conf.xml" -O ../Patches/Common/apns-conf.xml;
|
||||
|
||||
#Emoji List
|
||||
wget "https://github.com/LineageOS/android_packages_inputmethods_LatinIME/raw/lineage-20.0/java/res/values-v19/emoji-categories.xml" -O ../Patches/Common/emoji-categories.xml;
|
||||
|
||||
#Visual VoiceMail Config
|
||||
#wget "https://raw.githubusercontent.com/LineageOS/android_vendor_lineage/lineage-19.1/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml" -O ../Patches/./Common/android_vendor_divested/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml;
|
||||
wget "https://raw.githubusercontent.com/GrapheneOS/platform_packages_apps_Dialer/13/java/com/android/voicemail/impl/res/xml/vvm_config.xml" -O ../Patches/./Common/android_vendor_divested/overlay/common/packages/apps/Dialer/java/com/android/voicemail/impl/res/xml/vvm_config.xml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue