Seems to help keeping foreground service alive while screen is off

This commit is contained in:
Sylvain Berfini 2020-10-08 14:10:06 +02:00
parent a1e735591f
commit 62e6b23c70

View file

@ -117,7 +117,7 @@
<service
android:name=".core.CoreService"
android:foregroundServiceType="phoneCall"
android:foregroundServiceType="phoneCall|camera|microphone"
android:stopWithTask="false"
android:label="@string/app_name" />