android.provider
Class MediaStore

java.lang.Object
  extended by android.provider.MediaStore

public final class MediaStore
extends Object


Nested Class Summary
static class MediaStore.Audio
           
static class MediaStore.Files
           
static class MediaStore.Images
           
static interface MediaStore.MediaColumns
           
static class MediaStore.Video
           
 
Field Summary
static String ACTION_IMAGE_CAPTURE
           
static String ACTION_VIDEO_CAPTURE
           
static String AUTHORITY
           
static String EXTRA_DURATION_LIMIT
           
static String EXTRA_FINISH_ON_COMPLETION
           
static String EXTRA_FULL_SCREEN
           
static String EXTRA_MEDIA_ALBUM
           
static String EXTRA_MEDIA_ARTIST
           
static String EXTRA_MEDIA_FOCUS
           
static String EXTRA_MEDIA_TITLE
           
static String EXTRA_OUTPUT
           
static String EXTRA_SCREEN_ORIENTATION
           
static String EXTRA_SHOW_ACTION_ICONS
           
static String EXTRA_SIZE_LIMIT
           
static String EXTRA_VIDEO_QUALITY
           
static String INTENT_ACTION_MEDIA_PLAY_FROM_SEARCH
           
static String INTENT_ACTION_MEDIA_SEARCH
           
static String INTENT_ACTION_MUSIC_PLAYER
           
static String INTENT_ACTION_STILL_IMAGE_CAMERA
           
static String INTENT_ACTION_VIDEO_CAMERA
           
static String MEDIA_IGNORE_FILENAME
           
static String MEDIA_SCANNER_VOLUME
           
static String UNKNOWN_STRING
           
 
Constructor Summary
MediaStore()
           
 
Method Summary
static Uri getMediaScannerUri()
           
static String getVersion(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHORITY

public static final String AUTHORITY
See Also:
Constant Field Values

INTENT_ACTION_MUSIC_PLAYER

public static final String INTENT_ACTION_MUSIC_PLAYER
See Also:
Constant Field Values

INTENT_ACTION_MEDIA_SEARCH

public static final String INTENT_ACTION_MEDIA_SEARCH
See Also:
Constant Field Values

INTENT_ACTION_MEDIA_PLAY_FROM_SEARCH

public static final String INTENT_ACTION_MEDIA_PLAY_FROM_SEARCH
See Also:
Constant Field Values

EXTRA_MEDIA_ARTIST

public static final String EXTRA_MEDIA_ARTIST
See Also:
Constant Field Values

EXTRA_MEDIA_ALBUM

public static final String EXTRA_MEDIA_ALBUM
See Also:
Constant Field Values

EXTRA_MEDIA_TITLE

public static final String EXTRA_MEDIA_TITLE
See Also:
Constant Field Values

EXTRA_MEDIA_FOCUS

public static final String EXTRA_MEDIA_FOCUS
See Also:
Constant Field Values

EXTRA_SCREEN_ORIENTATION

public static final String EXTRA_SCREEN_ORIENTATION
See Also:
Constant Field Values

EXTRA_FULL_SCREEN

public static final String EXTRA_FULL_SCREEN
See Also:
Constant Field Values

EXTRA_SHOW_ACTION_ICONS

public static final String EXTRA_SHOW_ACTION_ICONS
See Also:
Constant Field Values

EXTRA_FINISH_ON_COMPLETION

public static final String EXTRA_FINISH_ON_COMPLETION
See Also:
Constant Field Values

INTENT_ACTION_STILL_IMAGE_CAMERA

public static final String INTENT_ACTION_STILL_IMAGE_CAMERA
See Also:
Constant Field Values

INTENT_ACTION_VIDEO_CAMERA

public static final String INTENT_ACTION_VIDEO_CAMERA
See Also:
Constant Field Values

ACTION_IMAGE_CAPTURE

public static final String ACTION_IMAGE_CAPTURE
See Also:
Constant Field Values

ACTION_VIDEO_CAPTURE

public static final String ACTION_VIDEO_CAPTURE
See Also:
Constant Field Values

EXTRA_VIDEO_QUALITY

public static final String EXTRA_VIDEO_QUALITY
See Also:
Constant Field Values

EXTRA_SIZE_LIMIT

public static final String EXTRA_SIZE_LIMIT
See Also:
Constant Field Values

EXTRA_DURATION_LIMIT

public static final String EXTRA_DURATION_LIMIT
See Also:
Constant Field Values

EXTRA_OUTPUT

public static final String EXTRA_OUTPUT
See Also:
Constant Field Values

UNKNOWN_STRING

public static final String UNKNOWN_STRING
See Also:
Constant Field Values

MEDIA_SCANNER_VOLUME

public static final String MEDIA_SCANNER_VOLUME
See Also:
Constant Field Values

MEDIA_IGNORE_FILENAME

public static final String MEDIA_IGNORE_FILENAME
See Also:
Constant Field Values
Constructor Detail

MediaStore

public MediaStore()
Method Detail

getMediaScannerUri

public static Uri getMediaScannerUri()

getVersion

public static String getVersion(Context context)


Copyright © 2008-2012. All Rights Reserved.