[and] Marked wifi and location as optional.
This commit is contained in:
parent
dd76a371ef
commit
a8bc236690
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
|||
<uses-feature
|
||||
android:name="android.hardware.location.gps"
|
||||
android:required="false" />
|
||||
<uses-feature
|
||||
android:name="android.hardware.location"
|
||||
android:required="false" />
|
||||
<uses-feature
|
||||
android:name="android.hardware.wifi"
|
||||
android:required="false" />
|
||||
|
||||
<!-- Required to access Google Play Licensing -->
|
||||
<uses-permission android:name="com.android.vending.CHECK_LICENSE" />
|
||||
|
|
Reference in a new issue