Remove explicit CameraX initialization.

This commit is contained in:
Alex Hart
2020-03-27 16:36:24 -03:00
committed by Greyson Parrelli
parent dc791487c5
commit 2b58dcbe7f
3 changed files with 9 additions and 34 deletions

View File

@@ -625,11 +625,6 @@
android:authorities="org.thoughtcrime.securesms.database.stickerpack"
android:exported="false" />
<provider android:name="androidx.camera.camera2.impl.Camera2Initializer"
android:authorities="${applicationId}.camerax-init"
android:exported="false"
android:enabled="false" />
<receiver android:name=".service.BootReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>