canHandle

abstract fun canHandle(uri: Uri): Boolean

Checks if the data provider can handle specified URI

Return

true if the URI can be handled by the data provider, false otherwise.

Parameters

uri

The Uri of the resource.