hiennguyen92 / flutter_callkit_incoming

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

on release not getting incoming screen on locked device in device having os above 13, i have added permission for device os above 13 still in debug it works but in release it is not working... #464

Open radhaSpatel opened 9 months ago

hann-yun commented 8 months ago

I think related with this #495

MostafaALZOUBI1994 commented 1 month ago

I have the same issue add this to androidManifest.xml to activity
<activity android:name=".MainActivity" android:exported="true" android:launchMode="singleInstance" android:showWhenLocked="true" android:turnScreenOn="true">