Adding an Extra field for Intents so chooser show up even if one app.
By design, ChooserActivity (the activity that shows up when there's an intent sent that can be handled by multiple apps) always default to not show if there's only one app available to choose from. This adds the extra in Intent such that if passed in, the parent activity can choose to override the behavior and force show the chooser even if there's only one app. Default is still skipping the chooser. Bug: 31830662 Change-Id: I17d676e77094cded4af99c7433f511e8c6c58164 (cherry picked from commit 2c5adbdf1942898baa97a3c8a7976fc7c0627902)
Loading
Please register or sign in to comment