Added in API level 26

QuickViewConstants

open class QuickViewConstants
kotlin.Any
   ↳ android.content.QuickViewConstants

Constants for Intent#ACTION_QUICK_VIEW.

Summary

Constants
static String

Feature to delete an individual document.

static String

Feature to download a document to the local file system.

static String

Feature to edit a document using system standard editing mechanism, like Intent#ACTION_EDIT.

static String

Feature to print a document.

static String

Feature to view a document using system standard sending mechanism, like Intent#ACTION_SEND.

static String

Feature to view a document using system standard viewing mechanism, like Intent#ACTION_VIEW.

Constants

FEATURE_DELETE

Added in API level 28
static val FEATURE_DELETE: String

Feature to delete an individual document. Quick viewer implementations must use Storage Access Framework to both verify delete permission and to delete content.

Value: "android:delete"

FEATURE_DOWNLOAD

Added in API level 26
static val FEATURE_DOWNLOAD: String

Feature to download a document to the local file system.

Value: "android:download"

FEATURE_EDIT

Added in API level 26
static val FEATURE_EDIT: String

Feature to edit a document using system standard editing mechanism, like Intent#ACTION_EDIT.

Value: "android:edit"

FEATURE_PRINT

Added in API level 26
static val FEATURE_PRINT: String

Feature to print a document.

Value: "android:print"

FEATURE_SEND

Added in API level 26
static val FEATURE_SEND: String

Feature to view a document using system standard sending mechanism, like Intent#ACTION_SEND.

Value: "android:send"

FEATURE_VIEW

Added in API level 26
static val FEATURE_VIEW: String

Feature to view a document using system standard viewing mechanism, like Intent#ACTION_VIEW.

Value: "android:view"