OSDN Git Service

SmsMessage: convert + to international dialing prefix
authorSoojung Shin <sj46.shin@samsung.com>
Fri, 13 May 2011 16:23:31 +0000 (01:23 +0900)
committerSimon Wilson <simonwilson@google.com>
Mon, 23 May 2011 22:02:32 +0000 (15:02 -0700)
commit4e4ad34159dc1c720a3e6145bb9f14c60fb1a3f7
treed97ff2a7839818c7489c5242080105f703b89547
parent6f0394a3b4d6082c9cb01de4a220a3b082e1840a
SmsMessage: convert + to international dialing prefix

When sending an SMS to an international number in the format
+401234567890, the "+" should be converted to the International
Dialing Prefix (in the US, 011). However, the device drops this
"+" altogether in the outbound data burst message causing the message
to fail or be sent to the wrong address.

Change-Id: If25c092d283f1703b49cf52d0379efa54639f093
Signed-off-by: Soojung Shin <sj46.shin@samsung.com>
telephony/java/com/android/internal/telephony/cdma/SmsMessage.java