diff options
author | Dianne Hackborn <hackbod@google.com> | 2015-06-30 14:38:17 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2015-06-30 16:59:41 -0700 |
commit | 593334ab70a8341c7d24d71a377ab5617e3f4ab7 (patch) | |
tree | 7005af1c583f459a8ce7a02a30f65502258ba015 /api | |
parent | 1aaad610dfc7445ec29fd906974677515c3a9f87 (diff) | |
download | frameworks_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')
-rw-r--r-- | api/current.txt | 2 | ||||
-rw-r--r-- | api/system-current.txt | 2 |
2 files changed, 2 insertions, 2 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(); diff --git a/api/system-current.txt b/api/system-current.txt index 57f3a30..8a633df 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -5937,7 +5937,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(); |