Skip to content

Commit

Permalink
Merge pull request #1173 from cascheberg/fix
Browse files Browse the repository at this point in the history
@cascheberg fix Play Store feature filtering: telephony not required
  • Loading branch information
garvankeeley committed Oct 31, 2014
2 parents 71f2013 + d3430f1 commit 945f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Expand Up @@ -16,7 +16,7 @@

<uses-feature android:name="android.hardware.location" />
<uses-feature android:name="android.hardware.location.gps" />
<uses-feature android:name="android.hardware.telephony" />
<uses-feature android:name="android.hardware.telephony" android:required="false" />
<uses-feature android:name="android.hardware.wifi" />

<application
Expand Down

0 comments on commit 945f78f

Please sign in to comment.