diff options
author | Sandeep Siddhartha <sansid@google.com> | 2014-08-08 22:21:18 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-07 15:37:25 +0000 |
commit | 06629c1f2ef25079588783e5495ccc4e6c3bb856 (patch) | |
tree | bb92e3bef70b1d3359705d2636f9ba61ffb7503d /api | |
parent | 78e28323628f6cba73e38a77edb335991a771769 (diff) | |
parent | fd7070fdff6864abf750beaef697cc2fdb8c5eb9 (diff) | |
download | frameworks_base-06629c1f2ef25079588783e5495ccc4e6c3bb856.zip frameworks_base-06629c1f2ef25079588783e5495ccc4e6c3bb856.tar.gz frameworks_base-06629c1f2ef25079588783e5495ccc4e6c3bb856.tar.bz2 |
Merge "Add the capture session (and its availability) in the EventPayload" into lmp-dev
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index d8ff2b1..75d6e57 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27564,7 +27564,7 @@ package android.service.voice { public static class AlwaysOnHotwordDetector.EventPayload { field public final android.media.AudioFormat audioFormat; field public final byte[] data; - field public final boolean isTriggerAudio; + field public final boolean triggerAvailable; } public class VoiceInteractionService extends android.app.Service { |