在Android中检测VoLTE呼叫 [英] Detection of VoLTE call in android

查看:787
本文介绍了在Android中检测VoLTE呼叫的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对LTE运营商提供的android中的VoLTE服务知之甚少.

I have a very minimal knowledge about VoLTE service in android which is provided by the LTE operator.

是否可以使用任何API来检测android中的VoLTE调用?

Is there any API's are available to detect VoLTE call in android?

API之类的

  • 已接通电话
  • 呼叫已断开
  • 潜伏期
  • 通话状态

非常感谢任何链接/API参考.

Any link/API reference is much appreciated.

推荐答案

TelephonyManager.java具有检查isVolteAvailable()的功能.您可以调用该函数来了解voLTE的状态.

TelephonyManager.java have a function to check isVolteAvailable(). You can call that function to know the status of voLTE.

您可以在此处检查源.. https://github.com/android/platform_frameworks_base/blob/master/telephony/java/android/telephony/TelephonyManager.java

You can check the source here.. https://github.com/android/platform_frameworks_base/blob/master/telephony/java/android/telephony/TelephonyManager.java

这篇关于在Android中检测VoLTE呼叫的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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