cm: Fix default notification sound
* Deneb.ogg was removed in a recent commit. Replace it with Argon.ogg which sounds exactly the same. Change-Id: I8194ca5c9990dd80bbf07ed89965d4bf0b8070b6
This commit is contained in:
parent
79ba997084
commit
b9409b1336
@ -4,7 +4,7 @@ $(call inherit-product, vendor/cm/config/common_full.mk)
|
||||
# Default ringtone
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.ringtone=Orion.ogg \
|
||||
ro.config.notification_sound=Deneb.ogg \
|
||||
ro.config.notification_sound=Argon.ogg \
|
||||
ro.config.alarm_alert=Hassium.ogg
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -4,7 +4,7 @@ $(call inherit-product, vendor/cm/config/common_full.mk)
|
||||
# Default ringtone
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.ringtone=Orion.ogg \
|
||||
ro.config.notification_sound=Deneb.ogg \
|
||||
ro.config.notification_sound=Argon.ogg \
|
||||
ro.config.alarm_alert=Hassium.ogg
|
||||
|
||||
# BT config
|
||||
|
@ -10,7 +10,7 @@ include vendor/cm/config/cm_audio.mk
|
||||
# Default ringtone
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.ringtone=Orion.ogg \
|
||||
ro.config.notification_sound=Deneb.ogg \
|
||||
ro.config.notification_sound=Argon.ogg \
|
||||
ro.config.alarm_alert=Hassium.ogg
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -10,7 +10,7 @@ include vendor/cm/config/cm_audio.mk
|
||||
# Default ringtone
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.ringtone=Orion.ogg \
|
||||
ro.config.notification_sound=Deneb.ogg \
|
||||
ro.config.notification_sound=Argon.ogg \
|
||||
ro.config.alarm_alert=Hassium.ogg
|
||||
|
||||
# BT config
|
||||
|
Loading…
Reference in New Issue
Block a user