- data
- The Uri of the data this intent is now targeting.
Documentation for this section has not yet been entered.
Normalize and set the data this intent is operating on.
This method automatically clears any type that was previously set (for example, by Intent.SetType(string)).
The data Uri is normalized using Android.Net.Uri.NormalizeScheme before it is set, so really this is just a convenience method for
java Example
setData(data.normalize())