Skip to content

Commit

Permalink
Allow background updates on Android Q; fixes #61
Browse files Browse the repository at this point in the history
  • Loading branch information
bilde2910 committed Dec 5, 2019
1 parent 247e08c commit 01a23ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<action android:name="info.varden.hauk.STOP_SHARING" />
</intent-filter>
</receiver>
<service android:name=".service.LocationPushService" android:exported="false" android:enabled="true">
<service android:name=".service.LocationPushService" android:exported="false" android:enabled="true" android:foregroundServiceType="location">
<intent-filter>
<action android:name="info.varden.hauk.LOCATION_SERVICE" />
</intent-filter>
Expand Down

0 comments on commit 01a23ae

Please sign in to comment.