[and] Marked wifi and location as optional.

This commit is contained in:
d-kunin 2013-08-15 12:38:26 +03:00
parent dd76a371ef
commit a8bc236690

View file

@ -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" />