Hi,
I’m building a VOIP calling app and I’m using the Telecom APIs to manage ongoing calls.
As stated in google’s documentation (TelecomManager | Android Developers) I’m using PackageManager.hasSystemFeature(PackageManager.FEATURE_TELECOM) to check if Telecom is supported on the device. For my surprise when testing with SM-A217F this check returns false.
Is this a viable way of checking this feature’s availability on Samsung devices and if Telecom API is really not supported what would be the proper way for managing call states, routing audio for calls and other Telecom related functionalities?