You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2015/09/23 21:58:42 UTC

[31/45] android commit: CB-9496 removed permissions added for crosswalk

CB-9496 removed permissions added for crosswalk

These would better live in the actual crosswalk plugin

https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview

I have also submit a PR to that repo adding them to its `plugin.xml`

github: close #206


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/e8821c90
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/e8821c90
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/e8821c90

Branch: refs/heads/5.0.x
Commit: e8821c908e061060acee8c8d99e5192f2b2b5d82
Parents: 1e1a9ab
Author: Tommy-Carlos Williams <to...@devgeeks.org>
Authored: Mon Aug 17 10:17:29 2015 +1000
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Sep 21 18:08:18 2015 -0700

----------------------------------------------------------------------
 bin/templates/project/AndroidManifest.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e8821c90/bin/templates/project/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/AndroidManifest.xml b/bin/templates/project/AndroidManifest.xml
index a4b3dfc..1111bcb 100644
--- a/bin/templates/project/AndroidManifest.xml
+++ b/bin/templates/project/AndroidManifest.xml
@@ -29,8 +29,6 @@
         />
 
     <uses-permission android:name="android.permission.INTERNET" />
-    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
-    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
 
     <application android:icon="@drawable/icon" android:label="@string/app_name"
         android:hardwareAccelerated="true" android:supportsRtl="true">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org