Olaia Segovia | 7c5e4cb | 2017-03-23 10:24:07 +0100 | [diff] [blame] | 1 | # Sensitive Phone Numbers list |
| 2 | PRODUCT_COPY_FILES += \ |
Dan Pasanen | 91f7620 | 2017-07-06 08:21:30 -0500 | [diff] [blame] | 3 | vendor/lineage/prebuilt/common/etc/sensitive_pn.xml:system/etc/sensitive_pn.xml |
Olaia Segovia | 7c5e4cb | 2017-03-23 10:24:07 +0100 | [diff] [blame] | 4 | |
Ricardo Cerqueira | 53df1df | 2013-10-29 17:48:25 +0000 | [diff] [blame] | 5 | # World APN list |
| 6 | PRODUCT_COPY_FILES += \ |
Dan Pasanen | 91f7620 | 2017-07-06 08:21:30 -0500 | [diff] [blame] | 7 | vendor/lineage/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml |
Ricardo Cerqueira | 53df1df | 2013-10-29 17:48:25 +0000 | [diff] [blame] | 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 \ |
Zhao Wei Liew | e6ba745 | 2016-10-13 13:57:44 +0800 | [diff] [blame] | 13 | CellBroadcastReceiver |
fuzz | a278f03 | 2014-02-22 16:39:38 +0900 | [diff] [blame] | 14 | |
| 15 | # Default ringtone |
Rashed Abdel-Tawab | 6255f03 | 2017-12-26 02:58:23 +0200 | [diff] [blame] | 16 | PRODUCT_GENERIC_PROPERTIES += \ |
fuzz | a278f03 | 2014-02-22 16:39:38 +0900 | [diff] [blame] | 17 | ro.config.ringtone=Orion.ogg |
Sam Mortimer | 12db6e9 | 2018-01-09 01:02:17 -0800 | [diff] [blame] | 18 | |
| 19 | # Tethering - allow without requiring a provisioning app |
| 20 | # (for devices that check this) |
Rashed Abdel-Tawab | 6255f03 | 2017-12-26 02:58:23 +0200 | [diff] [blame] | 21 | PRODUCT_GENERIC_PROPERTIES += \ |
Sam Mortimer | 12db6e9 | 2018-01-09 01:02:17 -0800 | [diff] [blame] | 22 | net.tethering.noprovisioning=true |