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  | 
| static String | Feature to print a document. | 
| static String | Feature to view a document using system standard sending mechanism, like  | 
| static String | Feature to view a document using system standard viewing mechanism, like  | 
Constants
FEATURE_DELETE
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
static val FEATURE_DOWNLOAD: String
Feature to download a document to the local file system.
Value: "android:download"FEATURE_EDIT
static val FEATURE_EDIT: String
Feature to edit a document using system standard editing mechanism, like Intent.ACTION_EDIT.
Value: "android:edit"FEATURE_PRINT
static val FEATURE_PRINT: String
Feature to print a document.
Value: "android:print"FEATURE_SEND
static val FEATURE_SEND: String
Feature to view a document using system standard sending mechanism, like Intent.ACTION_SEND.
Value: "android:send"FEATURE_VIEW
static val FEATURE_VIEW: String
Feature to view a document using system standard viewing mechanism, like Intent.ACTION_VIEW.
Value: "android:view"