config: Move default alarm/notification/ringtone sound props to /product
* Allows us to override /vendor properties. Change-Id: Iea344d347d8f10094f04cfb4a0bf1d4352fb667b
This commit is contained in:
parent
e82e08ac6c
commit
87467210f3
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
$(call inherit-product, vendor/lineage/config/common.mk)
|
||||
|
||||
# Default notification/alarm sounds
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.config.notification_sound=Argon.ogg \
|
||||
ro.config.alarm_alert=Hassium.ogg
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ PRODUCT_PACKAGES += \
|
|||
CellBroadcastReceiver
|
||||
|
||||
# Default ringtone
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.config.ringtone=Orion.ogg
|
||||
|
||||
# Tethering - allow without requiring a provisioning app
|
||||
|
|
Loading…
Reference in a new issue