diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f9ffbda..8f1d138 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,12 @@ - + + + + + diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 1365e15..8c338a7 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -225,6 +225,6 @@ SPEC CHECKSUMS: wakelock_plus: e29112ab3ef0b318e58cfa5c32326458be66b556 webview_flutter_wkwebview: 8ebf4fded22593026f7dbff1fbff31ea98573c8d -PODFILE CHECKSUM: 32adf4606dae7e9ca2351c13b9e3ce1df6ad7ebf +PODFILE CHECKSUM: 1f8874f58051a502e2f506dc2d4737781aa1edde COCOAPODS: 1.16.2 diff --git a/lib/core/services/callkit_service.dart b/lib/core/services/callkit_service.dart index 28aa9a7..3334a8b 100644 --- a/lib/core/services/callkit_service.dart +++ b/lib/core/services/callkit_service.dart @@ -27,8 +27,7 @@ class CallKitService { }, ), ); - - await _safe(() => FlutterCallkitIncoming.requestFullIntentPermission()); + // Full-screen intent permission not needed for outgoing-only calls. } /// Starts an outgoing call with the native UI and returns the call id.