70d7e18828
These were overloading the ASCII names to region-specific charsets, which looks nice but it's horribly confusing if you're not native from those regions and happen to be roaming there. So... like our upstreams, just show the original carrier names Change-Id: Icb3c6c9be2a4ee57866f2f57411a4f441be88f7c
23 lines
585 B
Makefile
23 lines
585 B
Makefile
# World APN list
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
|
|
|
|
# Selective SPN list for operator number who has the problem.
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
|
|
|
|
# Telephony packages
|
|
PRODUCT_PACKAGES += \
|
|
Mms \
|
|
Stk \
|
|
CellBroadcastReceiver \
|
|
WhisperPush
|
|
|
|
# Mms depends on SoundRecorder for recorded audio messages
|
|
PRODUCT_PACKAGES += \
|
|
SoundRecorder
|
|
|
|
# Default ringtone
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.config.ringtone=Orion.ogg
|