Example usage for Java android.provider DocumentsContract fields, constructors, methods, implement or subclass
The text is from its open source code.
String | PROVIDER_INTERFACE Intent action used to identify DocumentsProvider instances. |
String | EXTRA_PACKAGE_NAME |
String | EXTRA_SHOW_ADVANCED |
String | ACTION_MANAGE_DOCUMENT |
String | EXTRA_LOADING Optional boolean flag included in a directory Cursor#getExtras() indicating that a document provider is still loading data. |
String | EXTRA_INFO Optional string included in a directory Cursor#getExtras() providing an informational message that should be shown to a user. |
String | EXTRA_ERROR Optional string included in a directory Cursor#getExtras() providing an error message that should be shown to a user. |