commit | 859f7a917b27e64fc03ee614152ac37c688307a8 | [log] [tgz] |
---|---|---|
author | Wink Saville <wink@google.com> | Mon Dec 03 15:08:45 2012 -0800 |
committer | Wink Saville <wink@google.com> | Mon Dec 03 15:08:45 2012 -0800 |
tree | b5c6ee97e3b8ae249475ffbdbe4075bb818e5323 | |
parent | e7fd4f7253d22528de63bb3f0fa1f9f9ca879a86 [diff] |
Assume LTE location info is base 10 but allow 16 or 8. Previously it was base 16 but somewhere along the line it changed to base 10. The code is now changed to use the decode method which assumes base 10 but also accepts base 16 (prefix 0x, 0X, #) or base 8 (prefix 0). Bug: 7651566 Change-Id: Icae05dcbee9c1092fce2f594a1e179bbd3e1426a