hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
180 stars 312 forks source link

TelecomConnectionService, was not found in the project or the libraries , #534

Closed mansilogic closed 6 months ago

mansilogic commented 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

hiennguyen92 commented 6 months ago

Please using new version.