Support drag/drop on search results

Bug: 199341710
Test: manual
Change-Id: I9879c2a3769d4f930ab0289d2f26e4757971549d
This commit is contained in:
sfufa@google.com
2021-09-24 08:55:48 -07:00
parent fd326d1a53
commit ca76de0e6e
9 changed files with 121 additions and 22 deletions

View File

@@ -584,6 +584,7 @@ public class LoaderTask implements Runnable {
&& pmHelper.isAppSuspended(targetPkg, c.user)) {
disabledState |= FLAG_DISABLED_SUSPENDED;
}
info.options = c.getInt(optionsIndex);
// App shortcuts that used to be automatically added to Launcher
// didn't always have the correct intent flags set, so do that