From 0c06b67f3dd93a73c762e53d2427c87517260d6c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 14 Feb 2014 20:46:12 -0500 Subject: [PATCH] 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. --- AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d983b6dda..97fa4d86a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,6 +17,9 @@ android:smallScreens="true" android:xlargeScreens="true" /> +