OSDN Git Service

Crespo4G: Voicemail: Add 'config_telephony_...' for Sprint
authorSamyeoul Choi <sy310.choi@samsung.com>
Thu, 24 Feb 2011 19:03:29 +0000 (11:03 -0800)
committerRobert Greenwalt <rgreenwalt@google.com>
Fri, 25 Feb 2011 19:28:43 +0000 (11:28 -0800)
commit092238916fd5d10090c0bcad33644778a1f366e7
tree2ea7b40948ae03764b86529054692281d9fa2a56
parent9e5b1a49022d08aee8653fd34f3a8cd878618aa5
Crespo4G: Voicemail: Add 'config_telephony_...' for Sprint

'*86' which is set now as a default at CDMAPhone.java,
is default voicemail number for Verizon.
For Sprint, we use user's own number for voicemail.

So we add codes in CDMAPhone.java to use
'config_telephony_use_own_number_for_voicemail',
and use config.xml to set this value as false.
Then we overlay Sprint's own config.xml file to
override 'config_telephony_use_own_number_for_voicemail' as a true.

Change-Id: I110914bdfa9a79aaba89d3b80edbcf044e9aabee
core/res/res/values/config.xml
telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java