commit | cb1938fb199684e80918f6b44a2d3a4091ea51a7 | [log] [tgz] |
---|---|---|
author | kaiyiz <kaiyiz@codeaurora.org> | Wed Sep 11 13:17:55 2013 +0800 |
committer | kaiyiz <kaiyiz@codeaurora.org> | Thu Sep 12 18:11:13 2013 +0800 |
tree | c7676013b964836bc9eeb34dd3e815c7845b43b3 | |
parent | 55c73d1482aff9aa5d4743e32d363223fcd51995 [diff] |
Browser: fix can not show most_visited page The original documentation for UriMatcher class indicated a leading slash was possible but the code did not support it. So google delete the leading slash.But the slash will be deleted even if the path is "/".So UriMatcher can't match the uri whose path is "/". Add a string to make uri match successfully. CRs-Fixed: 522453 Change-Id: I2b4a8e517aad7bf166575b22e370461976b11199