在Android的发送暂停和DTMF输入 [英] Sending Pause and DTMF input in android

查看:359
本文介绍了在Android的发送暂停和DTMF输入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我拦截呼出以下是我的$ C $的呼出拦截ç

I am Intercepting outgoing call following is my code of outgoing call interception

public class InterceptCall extends BroadcastReceiver {

    @Override
    public void onReceive(Context context, Intent intent) {

        String calling_number = intent.getStringExtra(Intent.EXTRA_PHONE_NUMBER);
                setResultData("123,"+calling_number );
}
}

在Android中,用于暂停,但它不工作? 我怎么能发送DTMF输入或使用暂停,等待和符号? 我被困在里面的任何帮助将AP preciated

in android , is used for pause, but it is not working? how can I send DTMF input or use pause, wait and symbol? I am stuck in it any help will be appreciated

推荐答案

使用p或W,没有逗号

这篇关于在Android的发送暂停和DTMF输入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆