From fd7070fdff6864abf750beaef697cc2fdb8c5eb9 Mon Sep 17 00:00:00 2001 From: Sandeep Siddhartha Date: Thu, 7 Aug 2014 16:43:00 -0700 Subject: 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 --- api/current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') 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 { -- cgit v1.1