refactor(permissions): Remove unnecessary full-screen intent permission for outgoing calls

This commit is contained in:
cogwheel0
2025-11-26 13:49:44 +05:30
parent 9b69290589
commit 7301bcbeac
3 changed files with 9 additions and 4 deletions

View File

@@ -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.