Olaia Segovia | 7c5e4cb | 2017-03-23 10:24:07 +0100 | [diff] [blame] | 1 | # Sensitive Phone Numbers list |
| 2 | PRODUCT_COPY_FILES += \ |
Jackeagle | d6811aa | 2019-09-24 08:26:40 +0200 | [diff] [blame] | 3 | vendor/bliss/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 | 9961279 | 2020-11-23 20:16:19 +0200 | [diff] [blame] | 11 | Stk |
fuzz | a278f03 | 2014-02-22 16:39:38 +0900 | [diff] [blame] | 12 | |
| 13 | # Default ringtone |
LuK1337 | 8746721 | 2020-06-24 17:14:42 +0200 | [diff] [blame] | 14 | PRODUCT_PRODUCT_PROPERTIES += \ |
fuzz | a278f03 | 2014-02-22 16:39:38 +0900 | [diff] [blame] | 15 | ro.config.ringtone=Orion.ogg |
Sam Mortimer | 12db6e9 | 2018-01-09 01:02:17 -0800 | [diff] [blame] | 16 | |
| 17 | # Tethering - allow without requiring a provisioning app |
| 18 | # (for devices that check this) |
Rashed Abdel-Tawab | b6fb3e1 | 2018-03-02 10:21:37 -0500 | [diff] [blame] | 19 | PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ |
Sam Mortimer | 12db6e9 | 2018-01-09 01:02:17 -0800 | [diff] [blame] | 20 | net.tethering.noprovisioning=true |