IOpenableColumns Interface

Definition

These are standard columns for openable URIs.

public interface IOpenableColumns
type IOpenableColumns = interface

Remarks

These are standard columns for openable URIs. Providers that serve openable URIs <em>must</em> support at least these columns when queried.

To find the content type of a URI, use ContentResolver#getType(android.net.Uri).

Java documentation for android.provider.OpenableColumns.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

DisplayName

The human-friendly name of file.

Size

The number of bytes in the file identified by the openable URI.

Applies to