zxing qr code generator technically requires hw accel

pull/28/head
geeksville 2020-04-12 16:21:48 -07:00
rodzic bde3f377e2
commit ef5c59705e
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -45,6 +45,7 @@
android:name="android.hardware.bluetooth_le"
android:required="true" />
<!-- hardware acceleration is required for zxing barcode lib -->
<application
tools:replace="android:icon"
android:name="com.geeksville.mesh.MeshUtilApplication"
@ -53,6 +54,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_new_round"
android:supportsRtl="true"
android:hardwareAccelerated="true"
android:theme="@style/AppTheme">
<meta-data