summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2015-06-30 14:38:17 -0700
committerDianne Hackborn <hackbod@google.com>2015-06-30 16:59:41 -0700
commit593334ab70a8341c7d24d71a377ab5617e3f4ab7 (patch)
tree7005af1c583f459a8ce7a02a30f65502258ba015 /api/current.txt
parent1aaad610dfc7445ec29fd906974677515c3a9f87 (diff)
downloadframeworks_base-593334ab70a8341c7d24d71a377ab5617e3f4ab7.zip
frameworks_base-593334ab70a8341c7d24d71a377ab5617e3f4ab7.tar.gz
frameworks_base-593334ab70a8341c7d24d71a377ab5617e3f4ab7.tar.bz2
Fix issue #22124996: VI: Command Request not Active
Just forgot to add the request to the active set. Also eradicate a bunch of old cruft that has been replaced by the final APIs, and improve voice interaction test to sit fully on top of the final APIs and have a test for command request. Change-Id: Ieff7a6165ebf2a4c5fb80c1ebd020511a2ae63ee
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index 376c2c3..3ae5372 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -5805,7 +5805,7 @@ package android.app.admin {
package android.app.assist {
- public deprecated class AssistContent implements android.os.Parcelable {
+ public class AssistContent implements android.os.Parcelable {
ctor public AssistContent();
method public int describeContents();
method public android.content.ClipData getClipData();