OSDN Git Service

remove the AT command separator from the CPBR range parameters
authorzzy <zhenye@broadcom.com>
Thu, 4 Oct 2012 04:20:58 +0000 (21:20 -0700)
committerMatthew Xie <mattx@google.com>
Thu, 4 Oct 2012 05:53:21 +0000 (22:53 -0700)
commitbe38be94c0a2faf3802b596be5b3ab568d6d85a4
tree821cc7e450fc94f0e5c6b33586ebb1e4492f7a31
parent6458cffaca286611e898c75ad86e2d98c89008b6
remove the AT command separator from the CPBR range parameters

Root cause: Integer.parseInt(indices[0]) throw exception if char ';' at the end.

Bug 7274805
src/com/android/bluetooth/hfp/AtPhonebook.java