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

Commit

Permalink
GPS feature should not be required to use Lost (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecgreb authored and sarahsnow1 committed Mar 31, 2017
1 parent 75fbeb4 commit b59880d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lost/src/main/AndroidManifest.xml
Expand Up @@ -6,7 +6,9 @@
android:name="android.hardware.sensor.accelerometer"
android:required="false"/>
<uses-feature android:name="android.hardware.location"/>
<uses-feature android:name="android.hardware.location.gps"/>
<uses-feature
android:name="android.hardware.location.gps"
android:required="false"/>
<uses-feature
android:name="android.hardware.telephony"
android:required="false"/>
Expand Down

0 comments on commit b59880d

Please sign in to comment.