diff options
author | Sandeep Siddhartha <sansid@google.com> | 2014-08-07 16:43:00 -0700 |
---|---|---|
committer | Sandeep Siddhartha <sansid@google.com> | 2014-08-08 15:10:44 -0700 |
commit | fd7070fdff6864abf750beaef697cc2fdb8c5eb9 (patch) | |
tree | e00069cbcdd5311d7cb04064bfda910fe92e568e /api | |
parent | 5f9aa0bcea8be860fdf5a35476435616cb5f44f3 (diff) | |
download | frameworks_base-fd7070fdff6864abf750beaef697cc2fdb8c5eb9.zip frameworks_base-fd7070fdff6864abf750beaef697cc2fdb8c5eb9.tar.gz frameworks_base-fd7070fdff6864abf750beaef697cc2fdb8c5eb9.tar.bz2 |
Add the capture session (and its availability) in the EventPayload
Keep it hidden till the API to start capture using a session isn't public
Bug: 16731718
Change-Id: I112dec307257739ef1e6c5c1e0358b6ecabe9a9e
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 8467400..c6f6256 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27558,7 +27558,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 { |