diff --git a/api/current.xml b/api/current.xml index 1abf681a21c8e..a495d047eb0e7 100644 --- a/api/current.xml +++ b/api/current.xml @@ -140773,6 +140773,17 @@ visibility="public" > + + + * Contains the {@link android.app.SearchManager#QUERY} extra, which is a string + * that can contain any type of unstructured music search, like the name of an artist, + * an album, a song, a genre, or any combination of these. + *

+ * Because this intent includes an open-ended unstructured search string, it makes the most + * sense for apps that can support large-scale search of music, such as services connected + * to an online database of music which can be streamed and played on the device. + */ + public static final String INTENT_ACTION_MEDIA_PLAY_FROM_SEARCH = + "android.media.action.MEDIA_PLAY_FROM_SEARCH"; + /** * The name of the Intent-extra used to define the artist */