setDocumentFromUri

open fun setDocumentFromUri(@NonNull documentUri: Uri, @Nullable password: String)

Loads a new document in this activity and replaces the existing one. This method may only be called if onSaveInstanceState has not been called or an exception will be thrown, since after that call state loss could occur.

Parameters

documentUri

Document URI.

password

Document password. May be null.