- target
- The Intent that the user will be selecting an activity to perform.
- title
- Optional title that will be displayed in the chooser.
Documentation for this section has not yet been entered.
Convenience function for creating a Intent.ActionChooser Intent.
Builds a new Intent.ActionChooser Intent that wraps the given target intent, also optionally supplying a title. If the target intent has specified Intent.FLAG_GRANT_READ_URI_PERMISSION or Intent.FLAG_GRANT_WRITE_URI_PERMISSION, then these flags will also be set in the returned chooser intent, with its ClipData set appropriately: either a direct reflection of Intent.ClipData if that is non-null, or a new ClipData built from Intent.Data.