diff options
author | Dianne Hackborn <hackbod@google.com> | 2015-07-01 22:31:15 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-01 22:31:18 +0000 |
commit | 6cc53743f5d37d7761a3bb924b380dd29d46e26d (patch) | |
tree | b768795951f953a8ef7ad79ee9e7f436930eb93f /api/system-current.txt | |
parent | 47e9b1489d1d8da260f889df04805273c106091e (diff) | |
parent | 4e88bcd39918197c78b148afe40a08b6adcace1e (diff) | |
download | frameworks_base-6cc53743f5d37d7761a3bb924b380dd29d46e26d.zip frameworks_base-6cc53743f5d37d7761a3bb924b380dd29d46e26d.tar.gz frameworks_base-6cc53743f5d37d7761a3bb924b380dd29d46e26d.tar.bz2 |
Merge "Fix issue #20672970: Notifications are not dismissed on hot word detection" into mnc-dev
Diffstat (limited to 'api/system-current.txt')
-rw-r--r-- | api/system-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 1989da0..f6301e8 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -30959,6 +30959,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(); |