File Share Info
This class holds the information for files being shared or saved.
Since
8.30
Parameters
file Name
The full path of the file.
Content copied to clipboard
alt Base Name
An alternate user-friendly base name to use when sharing the file, or null to share
[fileName] as-is.
Content copied to clipboard
mime Type
The mime type of the file.
Content copied to clipboard
Properties
Functions
Link copied to clipboard
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation. For example, if the object will include a file descriptor in the output of {@link #writeToParcel(Parcel, int)}, the return value of this method must include the {@link #CONTENTS_FILE_DESCRIPTOR} bit.
Link copied to clipboard
Flatten this object into a Parcel.