OSDN Git Service

Merge "Fixed the Premium SMS bug reported by our partner The detail is that : ==...
authorTreehugger Robot <treehugger-gerrit@google.com>
Thu, 29 Mar 2018 07:40:39 +0000 (07:40 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Thu, 29 Mar 2018 07:40:39 +0000 (07:40 +0000)
commite2e7b28c126ef836b67e3fb7a7a6ee8424334ccb
tree466a6e38064cdea4fa85a8e1f780d5945dd08d6a
parent722282ec62046068224768a1d58c2e33df8c9fd4
parent52f73becc2c1858cc61959e859ec4057a0fc8a23
Merge "Fixed the Premium SMS bug reported by our partner The detail is that : ===  <shortcode country="ae" free="3214|1017"/> === As displayed above, Arab Emirates is registered in sms_short_codes.xml. There is only CATEGORY_FREE_SHORT_CODE number for the county code "ae". All other numbers which include length under 5 digits is set as CATEGORY_NOT_SHORT_CODE, and so Premium SMS pop-up does not appear for both case. pattern="\\d{1,5}"  is added to all similar entries BUG:66911380"
core/res/res/xml/sms_short_codes.xml