kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
zxing qr code generator technically requires hw accel
rodzic
bde3f377e2
commit
ef5c59705e
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue