From cbc479c3a64e054ae2c6945cdad14fd0ef789497 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Sun, 24 Oct 2010 13:31:17 -0700 Subject: Set defauilt ringtone and default notification in full builds Change-Id: Ia5c76d393d428dffc72cb8440720fa0f0884e401 --- target/product/full_base.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/product/full_base.mk') diff --git a/target/product/full_base.mk b/target/product/full_base.mk index 0a215f6..fb9b528 100644 --- a/target/product/full_base.mk +++ b/target/product/full_base.mk @@ -30,7 +30,9 @@ PRODUCT_PACKAGES := \ PRODUCT_PROPERTY_OVERRIDES := \ keyguard.no_require_sim=true \ ro.com.android.dateformat=MM-dd-yyyy \ - ro.com.android.dataroaming=true + ro.com.android.dataroaming=true \ + ro.config.ringtone=Ring_Synth_04.ogg \ + ro.config.notification_sound=pixiedust.ogg # Put en_US first in the list, to make it default. PRODUCT_LOCALES := en_US -- cgit v1.1