android.provider
public
final
class
android.provider.MediaStore
The Media provider contains meta data for all available media on both internal
and external storage devices.
Nested Classes
Summary
Constants
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
String
ACTION_IMAGE_CAPTURE
Standard Intent action that can be sent to have the media application
capture an image and return it. The image is returned as a Bitmap
object in the extra field.
Constant Value:
"android.media.action.IMAGE_CAPTURE"
public
static
final
String
AUTHORITY
public
static
final
String
FILE_URI_PREFIX
Constant Value:
"content://media/file"
public
static
final
String
MEDIA_SCANNER_VOLUME
Name of current volume being scanned by the media scanner.
Constant Value:
"volume"
Public Constructors
Public Methods
public
static
Uri
getMediaScannerUri()
Uri for querying the state of the media scanner.