config: Move default alarm/notification/ringtone sound props to /product
* Allows us to override /vendor properties. Change-Id: Iea344d347d8f10094f04cfb4a0bf1d4352fb667b
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
$(call inherit-product, vendor/lineage/config/common.mk)
|
$(call inherit-product, vendor/lineage/config/common.mk)
|
||||||
|
|
||||||
# Default notification/alarm sounds
|
# Default notification/alarm sounds
|
||||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
ro.config.alarm_alert=Hassium.ogg
|
ro.config.alarm_alert=Hassium.ogg
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ PRODUCT_PACKAGES += \
|
|||||||
CellBroadcastReceiver
|
CellBroadcastReceiver
|
||||||
|
|
||||||
# Default ringtone
|
# Default ringtone
|
||||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.config.ringtone=Orion.ogg
|
ro.config.ringtone=Orion.ogg
|
||||||
|
|
||||||
# Tethering - allow without requiring a provisioning app
|
# Tethering - allow without requiring a provisioning app
|
||||||
|
Reference in New Issue
Block a user