do not require WiFi in a device, any internet access will work

Setting android.permission.ACCESS_WIFI_STATE automatically sets up
uses-feature to require wifi.  Therefore, we have to manually say that
wifi is not actually required.
This commit is contained in:
Hans-Christoph Steiner 2014-02-14 20:46:12 -05:00
parent b709f9e17a
commit 0c06b67f3d

View File

@ -17,6 +17,9 @@
android:smallScreens="true"
android:xlargeScreens="true" />
<uses-feature
android:name="android.hardware.wifi"
android:required="false" />
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />