共用方式為


DevicePolicyManager.SetCrossProfileCallerIdDisabled 方法

定義

由 Managed 設定檔的設定檔擁有者呼叫,以設定來自 Managed 配置檔的呼叫端標識碼資訊是否會顯示在父設定檔中,以便進行來電。

[Android.Runtime.Register("setCrossProfileCallerIdDisabled", "(Landroid/content/ComponentName;Z)V", "GetSetCrossProfileCallerIdDisabled_Landroid_content_ComponentName_ZHandler")]
public virtual void SetCrossProfileCallerIdDisabled (Android.Content.ComponentName admin, bool disabled);
[<Android.Runtime.Register("setCrossProfileCallerIdDisabled", "(Landroid/content/ComponentName;Z)V", "GetSetCrossProfileCallerIdDisabled_Landroid_content_ComponentName_ZHandler")>]
abstract member SetCrossProfileCallerIdDisabled : Android.Content.ComponentName * bool -> unit
override this.SetCrossProfileCallerIdDisabled : Android.Content.ComponentName * bool -> unit

參數

admin
ComponentName

DeviceAdminReceiver此要求與此要求相關聯。

disabled
Boolean

如果未顯示 Managed 配置檔中的 true 呼叫端標識碼資訊。

屬性

備註

由 Managed 設定檔的設定檔擁有者呼叫,以設定來自 Managed 配置檔的呼叫端標識碼資訊是否會顯示在父設定檔中,以便進行來電。

呼叫的裝置系統管理員必須是配置檔擁有者。 如果不是,則會擲回安全性例外狀況。

android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE開始,呼叫此函式類似於當 為 false 時disabled使用原則類型呼叫#setManagedProfileCallerIdAccessPolicy(PackagePolicy)PackagePolicy#PACKAGE_POLICY_BLOCKLIST,或當 為 true 時的原則disabledPackagePolicy#PACKAGE_POLICY_ALLOWLIST類型。

已取代這個成員。 從 android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE開始,請改用#setManagedProfileCallerIdAccessPolicy(PackagePolicy)

android.app.admin.DevicePolicyManager.setCrossProfileCallerIdDisabled(android.content.ComponentName, boolean)Java 檔。

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

適用於