deleteFile

open fun deleteFile(@NonNull context: Context, @NonNull sharedFileUri: Uri): Boolean

Deletes file handled by this provider.

Return

True if file was removed, false otherwise.

Parameters

context

The context ot use.

sharedFileUri

Uri of file that should be removed.