diff options
author | Dianne Hackborn <hackbod@google.com> | 2015-07-01 13:41:03 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2015-07-01 13:41:03 -0700 |
commit | 4e88bcd39918197c78b148afe40a08b6adcace1e (patch) | |
tree | 0a00e7b1ff8269d1fbab4edb591feaf8beb2d5a8 /api | |
parent | 80abf887a1578669d3167ea83d52a497a64ea491 (diff) | |
download | frameworks_base-4e88bcd39918197c78b148afe40a08b6adcace1e.zip frameworks_base-4e88bcd39918197c78b148afe40a08b6adcace1e.tar.gz frameworks_base-4e88bcd39918197c78b148afe40a08b6adcace1e.tar.bz2 |
Fix issue #20672970: Notifications are not dismissed on hot word detection
Add new VoiceInteractionSession.closeSystemDialogs() API that closes
everything except the session itself.
Change-Id: If45f1e120d8ca095b6c8055b6485acb5e710820e
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 | ||||
-rw-r--r-- | api/system-current.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 3ae5372..61a952c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28807,6 +28807,7 @@ package android.service.voice { public class VoiceInteractionSession implements android.content.ComponentCallbacks2 android.view.KeyEvent.Callback { ctor public VoiceInteractionSession(android.content.Context); ctor public VoiceInteractionSession(android.content.Context, android.os.Handler); + method public void closeSystemDialogs(); method public void finish(); method public android.content.Context getContext(); method public android.view.LayoutInflater getLayoutInflater(); diff --git a/api/system-current.txt b/api/system-current.txt index 8a633df..7a4b137 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -30961,6 +30961,7 @@ package android.service.voice { public class VoiceInteractionSession implements android.content.ComponentCallbacks2 android.view.KeyEvent.Callback { ctor public VoiceInteractionSession(android.content.Context); ctor public VoiceInteractionSession(android.content.Context, android.os.Handler); + method public void closeSystemDialogs(); method public void finish(); method public android.content.Context getContext(); method public android.view.LayoutInflater getLayoutInflater(); |