Skip to content

Commit

Permalink
Don't require camera
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahMitt committed Dec 13, 2015
1 parent bddf847 commit c89b157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

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

<application
android:name=".MirrorApplication"
Expand Down

0 comments on commit c89b157

Please sign in to comment.