ImsMmTelManager.IsVoWiFiSettingEnabled Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Valor da propriedade
true se a configuração do usuário para Voz sobre WiFi estiver ativada e false se não estiver.
<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.
- Atributos
Comentários
Documentação Java para android.telephony.ims.ImsMmTelManager.isVoWiFiSettingEnabled()
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.