From 991a6b57776e710e946f55bbc62766c39ed88f52 Mon Sep 17 00:00:00 2001 From: Patrick Scott <> Date: Mon, 13 Apr 2009 09:57:37 -0700 Subject: [PATCH] AI 145870: Add a build property for the default alarm alert. Update the various framework classes to deal with the new property. Also update various documentation that mentions the default ringtones. Use the build property as the default alert when the user has not chosen an alert for an alarm. This is also used if the alarm alert is null when the alarm fires. BUG=1723684 Automated import of CL 145870 --- target/product/core.mk | 3 ++- target/product/min_dev.mk | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/target/product/core.mk b/target/product/core.mk index d79b1e1f4..369566498 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -3,7 +3,8 @@ PRODUCT_NAME := PRODUCT_DEVICE := PRODUCT_POLICY := android.policy_phone PRODUCT_PROPERTY_OVERRIDES := \ - ro.config.notification_sound=F1_New_SMS.ogg + ro.config.notification_sound=F1_New_SMS.ogg \ + ro.config.alarm_alert=Alarm_Classic.ogg PRODUCT_PACKAGES := \ framework-res \ diff --git a/target/product/min_dev.mk b/target/product/min_dev.mk index 7d0fbe69b..3ca762a28 100644 --- a/target/product/min_dev.mk +++ b/target/product/min_dev.mk @@ -1,7 +1,8 @@ PRODUCT_POLICY := android.policy_phone PRODUCT_PROPERTY_OVERRIDES := \ - ro.config.notification_sound=F1_New_SMS.ogg + ro.config.notification_sound=F1_New_SMS.ogg \ + ro.config.alarm_alert=Alarm_Classic.ogg PRODUCT_BRAND := generic PRODUCT_NAME := min_dev PRODUCT_DEVICE := generic