Ricardo Cerqueira | 53df1df | 2013-10-29 17:48:25 +0000 | [diff] [blame] | 1 | # World APN list |
| 2 | PRODUCT_COPY_FILES += \ |
| 3 | vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml |
| 4 | |
fuzz | a278f03 | 2014-02-22 16:39:38 +0900 | [diff] [blame] | 5 | # Selective SPN list for operator number who has the problem. |
Dan Pasanen | 2cfe6b2 | 2014-01-13 07:33:19 -0600 | [diff] [blame] | 6 | PRODUCT_COPY_FILES += \ |
| 7 | vendor/cm/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml |
| 8 | |
Pawit Pornkitprasan | a082e90 | 2013-12-13 18:17:08 +0700 | [diff] [blame] | 9 | # Telephony packages |
Ricardo Cerqueira | 53df1df | 2013-10-29 17:48:25 +0000 | [diff] [blame] | 10 | PRODUCT_PACKAGES += \ |
Michael Bestas | c37028d | 2015-11-03 21:39:04 +0200 | [diff] [blame^] | 11 | messaging \ |
Pawit Pornkitprasan | a082e90 | 2013-12-13 18:17:08 +0700 | [diff] [blame] | 12 | Stk \ |
Michael Bestas | c37028d | 2015-11-03 21:39:04 +0200 | [diff] [blame^] | 13 | CellBroadcastReceiver |
fuzz | a278f03 | 2014-02-22 16:39:38 +0900 | [diff] [blame] | 14 | |
| 15 | # Default ringtone |
| 16 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 17 | ro.config.ringtone=Orion.ogg |