cm: Move default ringtone override to telephony.mk
Change-Id: If5bf8f72f9b07271145d910ba5c44dc73748ae27
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common_full.mk)
|
$(call inherit-product, vendor/cm/config/common_full.mk)
|
||||||
|
|
||||||
# Default ringtone
|
# Default notification/alarm sounds
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.config.ringtone=Orion.ogg \
|
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
ro.config.alarm_alert=Hassium.ogg
|
ro.config.alarm_alert=Hassium.ogg
|
||||||
|
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common_full.mk)
|
$(call inherit-product, vendor/cm/config/common_full.mk)
|
||||||
|
|
||||||
# Default ringtone
|
# Default notification/alarm sounds
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.config.ringtone=Orion.ogg \
|
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
ro.config.alarm_alert=Hassium.ogg
|
ro.config.alarm_alert=Hassium.ogg
|
||||||
|
|
||||||
|
@@ -4,9 +4,8 @@ $(call inherit-product, vendor/cm/config/common.mk)
|
|||||||
# Include CM audio files
|
# Include CM audio files
|
||||||
include vendor/cm/config/cm_audio.mk
|
include vendor/cm/config/cm_audio.mk
|
||||||
|
|
||||||
# Default ringtone
|
# Default notification/alarm sounds
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.config.ringtone=Orion.ogg \
|
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
ro.config.alarm_alert=Hassium.ogg
|
ro.config.alarm_alert=Hassium.ogg
|
||||||
|
|
||||||
|
@@ -4,9 +4,8 @@ $(call inherit-product, vendor/cm/config/common.mk)
|
|||||||
# Include CM audio files
|
# Include CM audio files
|
||||||
include vendor/cm/config/cm_audio.mk
|
include vendor/cm/config/cm_audio.mk
|
||||||
|
|
||||||
# Default ringtone
|
# Default notification/alarm sounds
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.config.ringtone=Orion.ogg \
|
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
ro.config.alarm_alert=Hassium.ogg
|
ro.config.alarm_alert=Hassium.ogg
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ PRODUCT_COPY_FILES += \
|
|||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml
|
vendor/cm/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml
|
||||||
|
|
||||||
# Selective SPN list for operator number who has the problem.
|
# Selective SPN list for operator number who has the problem.
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/cm/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
|
vendor/cm/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml
|
||||||
|
|
||||||
@@ -21,3 +21,7 @@ PRODUCT_PACKAGES += \
|
|||||||
# Mms depends on SoundRecorder for recorded audio messages
|
# Mms depends on SoundRecorder for recorded audio messages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SoundRecorder
|
SoundRecorder
|
||||||
|
|
||||||
|
# Default ringtone
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
ro.config.ringtone=Orion.ogg
|
||||||
|
Reference in New Issue
Block a user