Move Mms from phone specific to telephony
Tablets want MMS too (carriers send messages, etc), lets make this for any device inherenting telephony.mk Change-Id: Ida0e86d1f4d982580cef72816f93f88d0b0313e4
This commit is contained in:
parent
407450598a
commit
9fe4b928be
@ -7,9 +7,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.notification_sound=Argon.ogg \
|
||||
ro.config.alarm_alert=Hassium.ogg
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
Mms
|
||||
|
||||
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cm/prebuilt/common/bootanimation/480.zip:system/media/bootanimation.zip
|
||||
|
@ -13,9 +13,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.notification_sound=Argon.ogg \
|
||||
ro.config.alarm_alert=Hassium.ogg
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
Mms
|
||||
|
||||
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cm/prebuilt/common/bootanimation/320.zip:system/media/bootanimation.zip
|
||||
|
@ -8,5 +8,5 @@ PRODUCT_COPY_FILES += \
|
||||
|
||||
# SIM Toolkit
|
||||
PRODUCT_PACKAGES += \
|
||||
Mms \
|
||||
Stk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user