Skip to content

Commit ecadcf7

Browse files
joshtrichardstobiasKaminsky
authored andcommitted
fix(manifest): Add camera2 override to qa manifest
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent ed06a4c commit ecadcf7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/src/qa/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
99
xmlns:tools="http://schemas.android.com/tools">
1010

11+
<!-- Used for document scanning, but lib declares it as required, which it's not -->
12+
<uses-feature
13+
android:name="android.hardware.camera2"
14+
android:required="false"
15+
tools:node="replace" />
16+
1117
<application
1218
android:allowBackup="false"
1319
tools:replace="android:allowBackup" />

0 commit comments

Comments
 (0)