Loading
Fix app SearchTarget id generation to consider UserHandle.
Previously, `SearchTargetEventHelper#generateAppTargetIdForLogging` was assuming Process.myUserHandle() was the UserHandle to use, instead of the ItemInfo.users. In the case of work profile, this would generate the incorrect id, and even worse create a name collision. Bug: 277363943 Flag: Production bug fix. Flag not needed. Test: Before: http://recall/clips/08f8a142-ceeb-475e-8c4c-99b78240c592 Test: After: http://recall/clips/af50580e-74d5-46d8-97d6-60147a778a59 Change-Id: Ie075467555a61b6edd3cc9453c5108815351c54a