Replace mlkit with zxing QR scanner

This commit is contained in:
maxmoney21m
2023-03-10 22:06:15 +08:00
parent 9cf7cc4e5d
commit ae6cf15768
5 changed files with 86 additions and 207 deletions
+6
View File
@@ -22,6 +22,7 @@
android:theme="@style/Theme.Amethyst"
android:largeHeap="true"
android:usesCleartextTraffic="true"
android:hardwareAccelerated="true"
tools:targetApi="33">
<activity
android:name=".ui.MainActivity"
@@ -45,6 +46,11 @@
android:name="android.app.lib_name"
android:value="" />
</activity>
<activity
android:name="com.journeyapps.barcodescanner.CaptureActivity"
android:screenOrientation="fullSensor"
tools:replace="screenOrientation" />
</application>
</manifest>