TelecomManager.ActionConfigurePhoneAccount 字段

定义

android.content.Intent电信框架发送的操作,用于启动已注册PhoneAccount的配置对话框。

[Android.Runtime.Register("ACTION_CONFIGURE_PHONE_ACCOUNT", ApiSince=23)]
public const string ActionConfigurePhoneAccount;
[<Android.Runtime.Register("ACTION_CONFIGURE_PHONE_ACCOUNT", ApiSince=23)>]
val mutable ActionConfigurePhoneAccount : string

字段值

属性

注解

android.content.Intent电信框架发送的操作,用于启动已注册PhoneAccount的配置对话框。 没有默认对话框,注册每个 PhoneAccount 应用应根据需要提供一个对话框。

用户可以通过电话应用的设置菜单访问已启用 android.telecom.PhoneAccount的 s 列表。 对于每个条目,设置应用将添加单击操作。 触发时,单击操作将启动此意向以及指示要配置的附加#EXTRA_PHONE_ACCOUNT_HANDLEPhoneAccount项。 PhoneAccount如果包未注册android.app.Activity此意向,则不会发送它。

适用于 . 的 android.telecom.TelecomManager.ACTION_CONFIGURE_PHONE_ACCOUNTJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于