Embedded File Source
Constructs an embedded file source with data served from DataProvider.
Parameters
Provider for file's data that will be saved in the document.
User displayable name of the file.
The optional description of the file. If set, it will override the file annotation's contents (getContents).
Constructs an embedded file source with data served from file content provider URI.
Parameters
A content provider URI with supported scheme (content://
or
file://
).
User displayable name of the file.
The optional description of the file. If set, it will override the file annotation's contents (getContents).
Constructs an embedded file source with data served from memory.
Parameters
File data that will be saved in the document.
User displayable name of the file.
The optional description of the file. If set, it will override the file annotation's contents (getContents).