共用方式為


DevicePolicyManager.GetPermittedInputMethods(ComponentName) 方法

定義

傳回此裝置或配置檔擁有者所設定的允許輸入方法清單。

[Android.Runtime.Register("getPermittedInputMethods", "(Landroid/content/ComponentName;)Ljava/util/List;", "GetGetPermittedInputMethods_Landroid_content_ComponentName_Handler")]
[Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_INPUT_METHODS")]
public virtual System.Collections.Generic.IList<string>? GetPermittedInputMethods (Android.Content.ComponentName? admin);
[<Android.Runtime.Register("getPermittedInputMethods", "(Landroid/content/ComponentName;)Ljava/util/List;", "GetGetPermittedInputMethods_Landroid_content_ComponentName_Handler")>]
[<Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_INPUT_METHODS")>]
abstract member GetPermittedInputMethods : Android.Content.ComponentName -> System.Collections.Generic.IList<string>
override this.GetPermittedInputMethods : Android.Content.ComponentName -> System.Collections.Generic.IList<string>

參數

admin
ComponentName

DeviceAdminReceiver此要求與此要求相關聯。 如果呼叫端不是裝置系統管理員,則為 Null

傳回

輸入法套件名稱的清單。

屬性

備註

傳回此裝置或配置檔擁有者所設定的允許輸入方法清單。

這個方法可以在 由傳回#getParentProfileInstance(ComponentName)DevicePolicyManager 實例上呼叫,其中呼叫端必須是組織擁有之受控配置檔的配置檔擁有者。 如果在父實例上呼叫,則傳回的允許輸入方法清單會套用在個人配置檔上。

空白清單表示不允許系統輸入法以外的任何輸入方法。 Null 表示允許所有輸入法。

android.app.admin.DevicePolicyManager.getPermittedInputMethods(android.content.ComponentName)Java 檔。

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

適用於