Share via


VoiceInteractionSession.CloseSystemDialogs Method

Definition

Request that all system dialogs (and status bar shade etc) be closed, allowing access to the session's UI.

[Android.Runtime.Register("closeSystemDialogs", "()V", "GetCloseSystemDialogsHandler", ApiSince=23)]
public virtual void CloseSystemDialogs ();
[<Android.Runtime.Register("closeSystemDialogs", "()V", "GetCloseSystemDialogsHandler", ApiSince=23)>]
abstract member CloseSystemDialogs : unit -> unit
override this.CloseSystemDialogs : unit -> unit
Attributes

Remarks

Request that all system dialogs (and status bar shade etc) be closed, allowing access to the session's UI. This will <em>not</em> cause the lock screen to be dismissed.

Java documentation for android.service.voice.VoiceInteractionSession.closeSystemDialogs().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to