Skip to content

Commit bdb6d11

Browse files
fix(manifest): Add camera2 override to huawei manifest
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 5e05bc3 commit bdb6d11

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/src/huawei/AndroidManifest.xml

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

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

0 commit comments

Comments
 (0)