Skip to content

Commit

Permalink
Camera feature in manifest changed to not-required
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed May 2, 2022
1 parent bd2beb5 commit ccda3a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quickie/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.github.g00fy2.quickie">

<uses-feature android:name="android.hardware.camera"/>
<uses-feature
android:name="android.hardware.camera"
android:required="false"/>

<uses-permission android:name="android.permission.CAMERA"/>

Expand Down

0 comments on commit ccda3a9

Please sign in to comment.