Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Closed #138 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF authored Mar 24, 2017
1 parent cd43268 commit 2fe69f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
<uses-permission android:name="com.android.vending.BILLING" />

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

<application
android:name=".app.ApplicationInstance"
android:allowBackup="true"
Expand Down

0 comments on commit 2fe69f7

Please sign in to comment.