summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMike LeBeau <mlebeau@android.com>2010-09-08 19:10:17 -0400
committerMike LeBeau <mlebeau@android.com>2010-09-08 20:39:05 -0400
commit2fe6fd055874ff70a9faeaa27716173b12e671fb (patch)
treebf295afccc3e868fb39349890a0f54d88e74e6fe /api
parentd9c80ab31ac3755141765e2c030bd1404ff0b050 (diff)
downloadframeworks_base-2fe6fd055874ff70a9faeaa27716173b12e671fb.zip
frameworks_base-2fe6fd055874ff70a9faeaa27716173b12e671fb.tar.gz
frameworks_base-2fe6fd055874ff70a9faeaa27716173b12e671fb.tar.bz2
Add MediaStore.ACTION_MEDIA_PLAY_FROM_SEARCH intent for open-ended
search and play of music. This is used, for instance, by Google's new "listen to" Voice Action. Change-Id: Ibbc81701cc2412ffd57402d34f22d9764e9df7c2
Diffstat (limited to 'api')
-rw-r--r--api/current.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 1abf681..a495d04 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -140773,6 +140773,17 @@
visibility="public"
>
</field>
+<field name="INTENT_ACTION_MEDIA_PLAY_FROM_SEARCH"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;android.media.action.MEDIA_PLAY_FROM_SEARCH&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="INTENT_ACTION_MEDIA_SEARCH"
type="java.lang.String"
transient="false"