commit | 49f796fb913c3d73b383dbc07edbeab3c878beb6 | [log] [tgz] |
---|---|---|
author | yingrenw <yingrenw@codeaurora.org> | Thu Jul 06 18:37:35 2017 +0800 |
committer | Ayan Mukherjee <mukherjeeayan725@gmail.com> | Thu Jul 15 08:54:55 2021 -0400 |
tree | e555f5a199c7738443139ddcf0d0e302d908433e | |
parent | 1957a781d0638e731e40dd277487c4aceb7d9bc0 [diff] |
Launcher3: Can't search out local app by Chinese Description: Chinese content type is Character.OTHER_LETTER. When key matches,it check the content type. And if type is Character.OTHER_LETTER, it doesn't support search and break. When the content type is Character.OTHER_LETTER, make it work normally. Change-Id: I3713f24c9206fe16a8da2a23e6c90d68079dd533 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>