forked from openkylin/platform_build
Set defauilt ringtone and default notification in full builds
Change-Id: Ia5c76d393d428dffc72cb8440720fa0f0884e401
This commit is contained in:
parent
cd3bd7402f
commit
cbc479c3a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue