Skip to content

Commit

Permalink
Revert "Update AndroidManifest.xml"
Browse files Browse the repository at this point in the history
- Fix a case where a backup could not be created successfully

This reverts commit 553cf9f.
  • Loading branch information
Tobias Länge committed Aug 3, 2022
1 parent 131e6ca commit 83b523b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
android:theme="@style/AppTheme">

<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="${applicationId}.androidx-startup"
android:name="androidx.work.impl.WorkManagerInitializer"
android:authorities="${applicationId}.workmanager-init"
tools:node="remove" />

<activity
Expand Down

0 comments on commit 83b523b

Please sign in to comment.