am b835dd76: Close assist when launching intents from notification shade

* commit 'b835dd7641c60cd5d2b372331ffc19f7165244bd':
  Close assist when launching intents from notification shade
This commit is contained in:
Jorim Jaggi
2015-06-09 00:33:58 +00:00
committed by Android Git Automerger
6 changed files with 45 additions and 7 deletions

View File

@@ -96,6 +96,11 @@ interface IVoiceInteractionManagerService {
*/
void showSessionForActiveService(IVoiceInteractionSessionShowCallback showCallback);
/**
* Hides the session from the active service, if it is showing.
*/
void hideCurrentSession();
/**
* Notifies the active service that a launch was requested from the Keyguard. This will only
* be called if {@link #activeServiceSupportsLaunchFromKeyguard()} returns true.