Removed unnecessary WorkManager relic.

master
Greyson Parrelli 2019-05-01 09:53:43 -07:00
parent 7b4299d5da
commit cef5de2be4
1 changed files with 0 additions and 6 deletions

View File

@ -579,12 +579,6 @@
android:authorities="org.thoughtcrime.securesms.database.attachment"
android:exported="false" />
<provider
android:name="androidx.work.impl.WorkManagerInitializer"
android:authorities="${applicationId}.workmanager-init"
android:exported="false"
tools:node="remove" />
<receiver android:name=".service.BootReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>