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 b66d25d310
commit 0c635a15b4

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" />