Andrew

Results 4 comments of Andrew

I just noted the Kotlin code was the permission check... this is the invoke permission code... ``` MethodChannel(flutterEngine.dartExecutor.binaryMessenger, CHANNEL).setMethodCallHandler { call, result -> if (call.method == "requestReadPhoneNumbersPermission") { // Check...

> you can just add this to your android manifest file > > `` @rashedswen - It is already in the android manifest, all other permissions requested in Android manifest...

Yes, the setup and permission checks all occur once the app opens. From my understanding CallKeep should allow use of system managed Android ConnectionService - but from my recent research,...

with the latest version of Android SDK - this no longer works