Skip to content

Commit

Permalink
Fix location permission blocking install on devices without GPS
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Oct 22, 2016
1 parent 2ed855c commit 2b4eb81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<uses-feature android:name="android.hardware.microphone" android:required="false" />
<uses-feature android:name="android.hardware.wifi" android:required="false" />
<uses-feature android:name="android.software.leanback" android:required="false"/>
<uses-feature android:name="android.hardware.location" android:required="false"/>
<uses-feature android:name="android.hardware.location.network" android:required="false"/>

<supports-screens android:anyDensity="true" android:xlargeScreens="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>

Expand Down

0 comments on commit 2b4eb81

Please sign in to comment.