commit | c5d7af55a91361f0688a8dafabbc3c336d503d9c | [log] [tgz] |
---|---|---|
author | yingrenw <yingrenw@codeaurora.org> | Thu Jul 06 18:37:35 2017 +0800 |
committer | Jackeagle <jackeagle102@gmail.com> | Sun Dec 13 12:14:13 2020 -0500 |
tree | 2ad33d026596929cd7cfed32382b80eafb01bc99 | |
parent | 830ac62c5b3bea8280454d7e9641b80c469a3a64 [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>