Olaia Segovia | 7c5e4cb | 2017-03-23 10:24:07 +0100 | [diff] [blame] | 1 | # Sensitive Phone Numbers list |
| 2 | PRODUCT_COPY_FILES += \ |
Michael Bestas | f4032b8 | 2019-09-15 16:32:33 +0300 | [diff] [blame] | 3 | vendor/lineage/prebuilt/common/etc/sensitive_pn.xml:$(TARGET_COPY_OUT_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 |
Rashed Abdel-Tawab | 0d2fa55 | 2018-09-06 08:48:26 -0700 | [diff] [blame] | 6 | PRODUCT_PACKAGES += \ |
| 7 | 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 | b6fb3e1 | 2018-03-02 10:21:37 -0500 | [diff] [blame] | 16 | PRODUCT_SYSTEM_DEFAULT_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 | b6fb3e1 | 2018-03-02 10:21:37 -0500 | [diff] [blame] | 21 | PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ |
Sam Mortimer | 12db6e9 | 2018-01-09 01:02:17 -0800 | [diff] [blame] | 22 | net.tethering.noprovisioning=true |