commit | 3532706ffd04f529e0f25b27929d650fa2750191 | [log] [tgz] |
---|---|---|
author | yingrenw <yingrenw@codeaurora.org> | Thu Jul 06 18:37:35 2017 +0800 |
committer | Ali B <abittin@gmail.com> | Sat Dec 14 13:49:15 2019 +0300 |
tree | b336e8b80dcf959489a8553278442ab5cfa3594c | |
parent | a6316e2d91164f31d31dd146e5a353ba0ad991df [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>