Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1573)

Unified Diff: android_webview/apk/java/AndroidManifest.xml

Issue 2562353002: [Android WebView] Add Internet permission. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/apk/java/AndroidManifest.xml
diff --git a/android_webview/apk/java/AndroidManifest.xml b/android_webview/apk/java/AndroidManifest.xml
index fed3b31b3811fb802feaa07aa2b974b93ca32df9..fc60d2661009117f41b5e92cc08a4abdfaa8658c 100644
--- a/android_webview/apk/java/AndroidManifest.xml
+++ b/android_webview/apk/java/AndroidManifest.xml
@@ -15,6 +15,8 @@
<uses-feature android:name="android.hardware.touchscreen"
android:required="false"/>
+ <uses-permission android:name="android.permission.INTERNET"/>
+
<application android:label="Android System WebView"
android:icon="@drawable/icon_webview"
android:multiArch="true"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698