共用方式為


PhoneAccount.CapabilityVoiceCallingAvailable 欄位

定義

警告

This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.

旗標,指出這是 PhoneAccount em 目前/em> 能夠放置 SIM 型語音通話,類似於 。<><#CAPABILITY_VIDEO_CALLING

[Android.Runtime.Register("CAPABILITY_VOICE_CALLING_AVAILABLE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)]
public const Android.Telecom.PhoneAccountCapability CapabilityVoiceCallingAvailable = 131072;
[<Android.Runtime.Register("CAPABILITY_VOICE_CALLING_AVAILABLE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)>]
val mutable CapabilityVoiceCallingAvailable : Android.Telecom.PhoneAccountCapability

欄位值

Value = 131072

實作

屬性

備註

旗標,指出這是 PhoneAccount em 目前/em> 能夠放置 SIM 型語音通話,類似於 。<><#CAPABILITY_VIDEO_CALLING

#CAPABILITY_SUPPORTS_VOICE_CALLING_INDICATIONS請參閱 ,指出是否 PhoneAccount 支援放置 SIM 型語音通話。

若要宣告這項功能,這 PhoneAccount 也必須宣告 #CAPABILITY_SIM_SUBSCRIPTION#CAPABILITY_CONNECTION_MANAGER 並滿足相關聯的需求。

android.telecom.PhoneAccount.CAPABILITY_VOICE_CALLING_AVAILABLEJava 檔。

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

適用於