共用方式為


Settings.Secure.EnabledInputMethods 欄位

定義

目前啟用的輸入方法清單。

[Android.Runtime.Register("ENABLED_INPUT_METHODS")]
public const string EnabledInputMethods;
[<Android.Runtime.Register("ENABLED_INPUT_METHODS")>]
val mutable EnabledInputMethods : string

欄位值

屬性

備註

目前啟用的輸入方法清單。 這是一個字串,其中包含所有已啟用輸入方法的標識碼,每個標識碼都以 『:』 分隔。

格式,例如 「ime0;subtype0;subtype1;subtype2:ime1:ime2;subtype0“ ,其中 imeId 是 ComponentName,而子類型為 int32。

注意:此設定無法讀取目標為 API 層級 34 或更高版本的應用程式。 請改用 android.view.inputmethod.InputMethodManager#getEnabledInputMethodList()

android.provider.Settings.Secure.ENABLED_INPUT_METHODSJava 檔。

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

適用於