TelecomManager.CallCapablePhoneAccounts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of PhoneAccountHandle
s which can be used to make and receive phone
calls.
public virtual System.Collections.Generic.IList<Android.Telecom.PhoneAccountHandle>? CallCapablePhoneAccounts { [Android.Runtime.Register("getCallCapablePhoneAccounts", "()Ljava/util/List;", "GetGetCallCapablePhoneAccountsHandler", ApiSince=23)] [Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("getCallCapablePhoneAccounts", "()Ljava/util/List;", "GetGetCallCapablePhoneAccountsHandler", ApiSince=23)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")>]
member this.CallCapablePhoneAccounts : System.Collections.Generic.IList<Android.Telecom.PhoneAccountHandle>
Property Value
A list of PhoneAccountHandle
objects.
- Attributes
Remarks
Returns a list of PhoneAccountHandle
s which can be used to make and receive phone calls. The returned list includes only those accounts which have been explicitly enabled by the user.
Java documentation for android.telecom.TelecomManager.getCallCapablePhoneAccounts()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.