Closed mansilogic closed 6 months ago
when i add in androidmanifest.xml this code of permission
<service android:enabled="true" android:exported="true" android:name="com.hiennv.flutter_callkit_incoming.telecom.TelecomConnectionService" android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE">
</service>
i got this error TelecomConnectionService, was not found in the project or the libraries
Please using new version.
when i add in androidmanifest.xml this code of permission
<service android:enabled="true" android:exported="true" android:name="com.hiennv.flutter_callkit_incoming.telecom.TelecomConnectionService" android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE">
i got this error TelecomConnectionService, was not found in the project or the libraries