Example usage for Java android.provider MediaStore fields, constructors, methods, implement or subclass
The text is from its open source code.
String | AUTHORITY |
String | INTENT_ACTION_MUSIC_PLAYER Activity Action: Launch a music player. |
String | INTENT_ACTION_MEDIA_SEARCH Activity Action: Perform a search for media. |
String | INTENT_ACTION_MEDIA_PLAY_FROM_SEARCH An intent to perform a search for music media and automatically play content from the result when possible. |
String | EXTRA_MEDIA_ARTIST The name of the Intent-extra used to define the artist |
String | EXTRA_MEDIA_ALBUM The name of the Intent-extra used to define the album |
String | EXTRA_MEDIA_TITLE The name of the Intent-extra used to define the song title |
String | EXTRA_MEDIA_FOCUS The name of the Intent-extra used to define the search focus. |
String | EXTRA_SCREEN_ORIENTATION The name of the Intent-extra used to control the orientation of a ViewImage or a MovieView. |
String | EXTRA_FINISH_ON_COMPLETION The name of the Intent-extra used to control the onCompletion behavior of a MovieView. |
String | INTENT_ACTION_STILL_IMAGE_CAMERA The name of the Intent action used to launch a camera in still image mode. |
String | ACTION_IMAGE_CAPTURE Standard Intent action that can be sent to have the camera application capture an image and return it. |
String | ACTION_VIDEO_CAPTURE Standard Intent action that can be sent to have the camera application capture a video and return it. |
String | EXTRA_VIDEO_QUALITY The name of the Intent-extra used to control the quality of a recorded video. |
String | EXTRA_SIZE_LIMIT Specify the maximum allowed size. |
String | EXTRA_DURATION_LIMIT Specify the maximum allowed recording duration in seconds. |
String | EXTRA_OUTPUT The name of the Intent-extra used to indicate a content resolver Uri to be used to store the requested image or video. |
String | UNKNOWN_STRING The string that is used when a media attribute is not known. |
String | MEDIA_SCANNER_VOLUME Name of current volume being scanned by the media scanner. |
Uri | getMediaScannerUri() Uri for querying the state of the media scanner. |