Skip to content

Commit

Permalink
feat: support devices without a flash
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed May 16, 2024
1 parent 4ef1b81 commit 87f3071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
android:required="true" />
<uses-feature
android:name="android.hardware.camera.flash"
android:required="true" />
android:required="false" />
<uses-feature
android:name="android.hardware.screen.landscape"
android:required="false" />
Expand Down

0 comments on commit 87f3071

Please sign in to comment.