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,8 +54,9 @@
|
||||||
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
|
||||||
android:name=".Activities.PanicResponderActivity"
|
android:name=".Activities.PanicResponderActivity"
|
||||||
android:launchMode="singleInstance"
|
android:launchMode="singleInstance"
|
||||||
|
|
Loading…
Reference in a new issue