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" />
|
||||
<activity
|
||||
android:name="com.journeyapps.barcodescanner.CaptureActivity"
|
||||
android:hardwareAccelerated="true"
|
||||
android:screenOrientation="fullSensor"
|
||||
tools:replace="screenOrientation" />
|
||||
tools:replace="screenOrientation"/>
|
||||
<activity
|
||||
android:name=".Activities.PanicResponderActivity"
|
||||
android:launchMode="singleInstance"
|
||||
|
|
Loading…
Reference in a new issue