| # Sensitive Phone Numbers list |
| PRODUCT_COPY_FILES += \ |
| vendor/lineage/prebuilt/common/etc/sensitive_pn.xml:system/etc/sensitive_pn.xml |
| |
| # World APN list |
| PRODUCT_COPY_FILES += \ |
| vendor/lineage/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml |
| |
| # Telephony packages |
| PRODUCT_PACKAGES += \ |
| messaging \ |
| Stk \ |
| CellBroadcastReceiver |
| |
| # Default ringtone |
| PRODUCT_GENERIC_PROPERTIES += \ |
| ro.config.ringtone=Orion.ogg |
| |
| # Tethering - allow without requiring a provisioning app |
| # (for devices that check this) |
| PRODUCT_GENERIC_PROPERTIES += \ |
| net.tethering.noprovisioning=true |