Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More correct usage of expedited workers #566

Merged
merged 11 commits into from
Feb 22, 2024
Prev Previous commit
Next Next commit
Merge branch 'dev-ose' into long-running-workers-need-a-foreground-se…
…rvice-type
  • Loading branch information
rfc2822 committed Feb 15, 2024
commit 35eaadbb8653a8075c34a3e51f13dbed294705fb
8 changes: 0 additions & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@
tools:node="remove">
</provider>

<service
android:name=".ForegroundService"
android:foregroundServiceType="dataSync" />
<service
android:name="androidx.work.impl.foreground.SystemForegroundService"
android:foregroundServiceType="dataSync"
tools:node="merge" />

<!-- Remove the node added by AppAuth (remove only from net.openid.appauth library, not from our flavor manifest files) -->
<activity android:name="net.openid.appauth.RedirectUriReceiverActivity"
tools:node="remove" tools:selector="net.openid.appauth"/>
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.