共用方式為


VoiceInteractionService.OnLaunchVoiceAssistFromKeyguard 方法

定義

當使用者啟用能供性從 Keyguard 啟動語音輔助時呼叫。

[Android.Runtime.Register("onLaunchVoiceAssistFromKeyguard", "()V", "GetOnLaunchVoiceAssistFromKeyguardHandler", ApiSince=23)]
public virtual void OnLaunchVoiceAssistFromKeyguard ();
[<Android.Runtime.Register("onLaunchVoiceAssistFromKeyguard", "()V", "GetOnLaunchVoiceAssistFromKeyguardHandler", ApiSince=23)>]
abstract member OnLaunchVoiceAssistFromKeyguard : unit -> unit
override this.OnLaunchVoiceAssistFromKeyguard : unit -> unit
屬性

備註

當使用者啟用能供性從 Keyguard 啟動語音輔助時呼叫。

只有在 VoiceInteractionService 已設定 android.R.attr#supportsLaunchVoiceAssistFromKeyguard 且 Keyguard 顯示時,才會呼叫這個方法。

有效的實作必須啟動新的活動,該活動應該用來 android.view.WindowManager.LayoutParams#FLAG_SHOW_WHEN_LOCKED 在鎖定畫面上方顯示。

android.service.voice.VoiceInteractionService.onLaunchVoiceAssistFromKeyguard()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於