ImsMmTelManager.IsVoWiFiSettingEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public virtual bool IsVoWiFiSettingEnabled { [Android.Runtime.Register("isVoWiFiSettingEnabled", "()Z", "GetIsVoWiFiSettingEnabledHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isVoWiFiSettingEnabled", "()Z", "GetIsVoWiFiSettingEnabledHandler", ApiSince=30)>]
member this.IsVoWiFiSettingEnabled : bool
屬性值
true 是表示 如果使用者的 Voice over WiFi 設定已啟用,則為 true,如果未啟用則為 false。
<p>This API requires one of the following:
<ul>
<li>The caller holds the READ_PRECISE_PHONE_STATE permission.</li>
<li>If the caller is the device or profile owner, the caller holds the
<code data-dev-comment-type="c">Manifest.permission#READ_PRECISE_PHONE_STATE</code> permission.</li>
<li>The caller has carrier privileges (see
<code data-dev-comment-type="c">android.telephony.TelephonyManager#hasCarrierPrivileges</code>) on any
active subscription.</li>
</ul>
<p>The profile owner is an app that owns a managed profile on the device; for more details
see <a href="https://developer.android.com/work/managed-profiles">Work profiles</a>.
Access by profile owners is deprecated and will be removed in a future release.
- 屬性
備註
的 android.telephony.ims.ImsMmTelManager.isVoWiFiSettingEnabled()
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。