global search Android app shortcuts has large latency |
||
Issue description
ToT enable #enable-app-shortcuts-search
This happens when user installed 10+ android apps. It is because icon related calls are not trivial time (2ms). So the original solution passing all shortcuts to Chrome is not optimal!
Propose this new mojo API between Chrome and android:
GetAppShortcutGlobalQueryItems(
string query, int32 max_results) =>
(array<AppShortcutItem> shortcut_items);
,
Jul 12
Fixed by https://chromium-review.googlesource.com/c/chromium/src/+/1117893 |
||
►
Sign in to add a comment |
||
Comment 1 by weidongg@chromium.org
, Jun 26 2018Owner: weidongg@chromium.org
Status: Assigned (was: Untriaged)