delete

open fun delete(@NonNull uri: Uri, s: String, strings: Array<String>): Int

This provider does not support delete operations.

Return

Always returns 0 as this provider does not support deletes.

Parameters

uri

The full URI to query.

s

An optional restriction to apply to rows when deleting.

strings

You may include ?s in selection, which will be replaced by values from selectionArgs.