Seems to help keeping foreground service alive while screen is off
This commit is contained in:
parent
a1e735591f
commit
62e6b23c70
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue