Add the hardware acceleration flag for the camera
This commit is contained in:
parent
be51587da2
commit
27121c62dc
1 changed files with 2 additions and 1 deletions
|
@ -54,6 +54,7 @@
|
||||||
android:theme="@style/AppTheme.NoActionBar" />
|
android:theme="@style/AppTheme.NoActionBar" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.journeyapps.barcodescanner.CaptureActivity"
|
android:name="com.journeyapps.barcodescanner.CaptureActivity"
|
||||||
|
android:hardwareAccelerated="true"
|
||||||
android:screenOrientation="fullSensor"
|
android:screenOrientation="fullSensor"
|
||||||
tools:replace="screenOrientation"/>
|
tools:replace="screenOrientation"/>
|
||||||
<activity
|
<activity
|
||||||
|
|
Loading…
Reference in a new issue