isFileExistsWithUri

public static boolean isFileExistsWithUri(Context pContext, Uri pUri)

Checks if the file exists.

Return

Indicates whether the file exists. true if the file exists, false otherwise.

Parameters

pContext

The context.

pUri

The file URI.