Detection of VoLTE call in android
问题 I have a very minimal knowledge about VoLTE service in android which is provided by the LTE operator. Is there any API's are available to detect VoLTE call in android? The API's such as Call Connected Call Disconnected Latency Call Status Any link/API reference is much appreciated. 回答1: TelephonyManager.java have a function to check isVolteAvailable() . You can call that function to know the status of voLTE. You can check the source here.. https://github.com/android/platform_frameworks_base