- uri
- The URI whose file is to be opened.
- mode
- Access mode for the file. May be "r" for read-only access, "w" for write-only access, "rw" for read and write access, or "rwt" for read and write access that truncates any existing file.
- signal
- A signal to cancel the operation in progress, or null if none. For example, if you are downloading a file from the network to service a "rw" mode request, you should periodically call Android.OS.CancellationSignal.ThrowIfCanceled to check whether the client has canceled the request and abort the download.
Documentation for this section has not yet been entered.
Type Reason Java.IO.FileNotFoundException
Implementation is provided by the parent class. Cannot be overriden.