- activity
- The activity from which to start the configure one.
- appWidgetId
- The bound app widget whose provider's config activity to start.
- intentFlags
- Optional intent flags.
- requestCode
- Optional request code retuned with the result.
- options
- Documentation for this section has not yet been entered.
Type Reason Android.Content.ActivityNotFoundException If the activity is not found.
Starts an app widget provider configure activity for result on behalf of the caller. Use this method if the provider is in another profile as you are not allowed to start an activity in another profile. You can optionally provide a request code that is returned in Android.App.Activity.OnActivityResult(int, Android.App.Result, Android.App.Result) and an options bundle to be passed to the started activity.
Note that the provided app widget has to be bound for this method to work.