to top
Android APIs
public static final class

MediaStore.Audio.Artists.Albums

extends Object
implements MediaStore.Audio.AlbumColumns
java.lang.Object
   ↳ android.provider.MediaStore.Audio.Artists.Albums

Class Overview

Sub-directory of each artist containing all albums on which a song by the artist appears.

Summary

[Expand]
Inherited Constants
From interface android.provider.MediaStore.Audio.AlbumColumns
Public Constructors

? Examples
MediaStore.Audio.Artists.Albums()
Public Methods

? Examples
final static Uri getContentUri( String volumeName, long artistId)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MediaStore.Audio.Artists.Albums ()

Added in API level 1

Public Methods

public static final Uri getContentUri (String volumeName, long artistId)

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.