From 7b8928c9974e068b8ebdff94501d8c26f0c732c6 Mon Sep 17 00:00:00 2001 From: 1 Date: Fri, 12 May 2023 13:23:31 +0000 Subject: Document that this ResolverActivity isn't directly used. Bug: N/A Test: N/A Change-Id: Ieeaa76c5c6916c3f235344d74f3a8a2e605ce129 --- java/src/com/android/intentresolver/ResolverActivity.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'java/src') diff --git a/java/src/com/android/intentresolver/ResolverActivity.java b/java/src/com/android/intentresolver/ResolverActivity.java index aea6c2c9..5c74d688 100644 --- a/java/src/com/android/intentresolver/ResolverActivity.java +++ b/java/src/com/android/intentresolver/ResolverActivity.java @@ -125,9 +125,10 @@ import java.util.Set; import java.util.function.Supplier; /** - * This activity is displayed when the system attempts to start an Intent for - * which there is more than one matching activity, allowing the user to decide - * which to go to. It is not normally used directly by application developers. + * This is a copy of ResolverActivity to support IntentResolver's ChooserActivity. This code is + * *not* the resolver that is actually triggered by the system right now (you want + * frameworks/base/core/java/com/android/internal/app/ResolverActivity.java for that), the full + * migration is not complete. */ @UiThread public class ResolverActivity extends FragmentActivity implements -- cgit v1.2.3-59-g8ed1b