connectycube-flutter-call-kit icon indicating copy to clipboard operation
connectycube-flutter-call-kit copied to clipboard

SYSTEM_ALERT_WINDOW permission when my app on background didn't receive permission request on android 12

Open AmirhosseinShk opened this issue 2 years ago • 1 comments

@TatankaConCube I have problem related to this issue and its about get SYSTEM_ALERT_WINDOW permission when my app on background and didn't receive permission request and get error : Unhandled Exception: PlatformException(PermissionHandler.PermissionManager, Unable to detect current Android Activity., null)

are u have any idea for this problem can be helpful? please share with me.

AmirhosseinShk avatar Jun 08 '22 18:06 AmirhosseinShk

@AmirhosseinShk we implemented the required functionality in our P2P calls sample, you can review it, it may contain the solution for your issue. Or you can revise this commit with the implementation of this feature.

TatankaConCube avatar Jun 09 '22 07:06 TatankaConCube