setData method

Intent setData(
  1. Uri uri
)

Implementation

Intent setData(Uri uri) {
  _data = uri;
  _type = null;
  return this;
}