I really need help here.
I'm building a call App for replacing the default one. The App needs to know SIM settings such as carrier name, slot number, etc. Unfortunately, I'm able to get most of the info but the VoLTE setting.
I found my mobile default call App knows the SIM VoLTE is enabled or not in three case
- Displaying icon on call button
- Displaying icon during the in-call UI
- Displaying icon on the call logs which call with VoLTE
Anyone knows how can I get the status of the VoLTE setting?
Thanks!
Here is some reference during my research
SubscriptionManager, TelecomManager, TelephonyManager, InCallService, CarrierConfigManager
Detection of VoLTE call in android
(and many unrelated stuff...........)