From 2bcce186d5b4879e33aedd6bbac7f5b0b4ec9cd8 Mon Sep 17 00:00:00 2001 From: Govinda Wasserman Date: Fri, 29 Sep 2023 14:54:05 -0400 Subject: Hard fork of the ChoserActivity and ResolverActivity The forked versions are flag guarded by the ChooserSelector. Test: atest com.android.intentresolver Test: adb shell pm resolve-activity -a android.intent.action.CHOOSER Test: Observe that the action resolves to .ChooserActivity Test: adb shell device_config put intentresolver \ com.android.intentresolver.flags.modular_framework true Test: Reboot device Test: adb shell pm resolve-activity -a android.intent.action.CHOOSER Test: Observe that the action resolves to .v2.ChooserActivity BUG: 302113519 Change-Id: I59584ed4649fca754826b17055a41be45a32f326 --- java/tests/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/tests/AndroidManifest.xml') diff --git a/java/tests/AndroidManifest.xml b/java/tests/AndroidManifest.xml index 35dc2ee6..03e32c65 100644 --- a/java/tests/AndroidManifest.xml +++ b/java/tests/AndroidManifest.xml @@ -27,6 +27,8 @@ + +