From f522e01f24c140c6a8daeece2a2f51081ac709da Mon Sep 17 00:00:00 2001 From: Colin Frei Date: Sun, 7 Apr 2013 12:41:52 +0200 Subject: [PATCH] remove wifi-manage permission for now --- manifest.webapp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index ceda86e..05dfcd4 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -13,8 +13,7 @@ "type": "privileged", "permissions": { "storage": { "description": "Allow Podcast to store podcast information for offline use" }, - "systemXHR": { "description": "Allow Podcast to download podcast information" }, - "wifi-manage": { "description": "Allow downloading only when connected to Wifi" } + "systemXHR": { "description": "Allow Podcast to download podcast information" } }, "installs_allowed_from": ["*"], "default_locale": "en"