diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt index 8045c83..eb991ad 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27774,9 +27774,8 @@ 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 triggerAvailable; + method public android.media.AudioFormat getCaptureAudioFormat(); + method public byte[] getTriggerAudio(); } public class VoiceInteractionService extends android.app.Service { |