OSDN Git Service

fixed CdmaSmsAddress parser
authorPengquan Meng <mpq@google.com>
Thu, 2 Nov 2017 23:56:09 +0000 (16:56 -0700)
committerPengquan Meng <mpq@google.com>
Wed, 29 Nov 2017 02:02:31 +0000 (18:02 -0800)
commit6dabb40ae352c57571f23a04716bd4045a8e50ab
tree8130889cadd81016eb67ff8d088eaa942bc07b0f
parentfaffb072a4dd922eaa097eb9b638639b0dad8877
fixed CdmaSmsAddress parser

The digit mode of CdmaSmsAddress is incorrect for international
address.

See 3GPP2 C.S0015-B section 3.4.3.3 Address Parameters for the spec of
CdmaSmsAddress.

Also see the table from 3GPP2 C.S005-D, table2.7.1.3.2.4-2.

Bug: 34805351
Test: unit test
Change-Id: I542a717986009b01d19aef5e61964f03b216a162
telephony/java/com/android/internal/telephony/cdma/CdmaSmsAddress.java