File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/stream_video_flutter/android/src/main Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
22 package =" io.getstream.video.flutter.stream_video_flutter" >
33 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
4+ <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_MICROPHONE" />
45 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_PHONE_CALL" />
56 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION" />
67 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
910 <application >
1011
1112 <service android : name =" .service.StreamCallService"
12- android : foregroundServiceType =" phoneCall"
13+ android : foregroundServiceType =" microphone| phoneCall"
1314 android : exported =" false" />
1415
1516 <service android : name =" .service.StreamScreenShareService"
You can’t perform that action at this time.
0 commit comments