From 9f9dceaa1398c925b233bcc54fb47cf3531a88da Mon Sep 17 00:00:00 2001 From: Andrey Epin Date: Tue, 18 Oct 2022 22:59:35 -0700 Subject: Extract shortcuts loading logic from ChooserActivity Extract shortcut loading logic from ChooserActivity into a new class mostly as-is. Major changes: - run the logic on a background executor and deliver the result on the main thread; - replace dependencies from ChooserListAdapter with the data it provided. A number of tests thap previusly used ChooserListAdapter#addServiceResults to provide shortcut results into the view are updated and re-enabled. Test: manual tests Test: atest IntentResolverUnitTests Change-Id: Ia81cf9d0b0415fda1cfb53d45737a72f3fe540ff --- java/tests/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/tests/AndroidManifest.xml') diff --git a/java/tests/AndroidManifest.xml b/java/tests/AndroidManifest.xml index b220d3ea..306eccb9 100644 --- a/java/tests/AndroidManifest.xml +++ b/java/tests/AndroidManifest.xml @@ -25,7 +25,7 @@ - + -- cgit v1.2.3-59-g8ed1b