DevicePolicyManager.SetCrossProfileCallerIdDisabled 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
由 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 時的原則disabled
PackagePolicy#PACKAGE_POLICY_ALLOWLIST
類型。
已取代這個成員。 從 android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE
開始,請改用#setManagedProfileCallerIdAccessPolicy(PackagePolicy)
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。