commit | 2bcce186d5b4879e33aedd6bbac7f5b0b4ec9cd8 | [log] [tgz] |
---|---|---|
author | Govinda Wasserman <gwasserman@google.com> | Fri Sep 29 14:54:05 2023 -0400 |
committer | Govinda Wasserman <gwasserman@google.com> | Tue Oct 03 10:25:19 2023 -0400 |
tree | 6672b5d09cbf3dd72ff89e2692237418aa7e5db5 | |
parent | 702944b16982cf89d20e421a4278170c6af9a729 [diff] |
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
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder