Commit a0d0931b authored by gsennton's avatar gsennton Committed by Commit bot

[Android WebView] Add Internet permission.

Add the android.permission.INTERNET permission to the standalone
WebView's apk, to allow Services belonging to WebView's package to
connect to the internet.

BUG=673280

Review-Url: https://codereview.chromium.org/2562353002
Cr-Commit-Position: refs/heads/master@{#437851}
parent f1a02a7d
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
<uses-feature android:name="android.hardware.touchscreen" <uses-feature android:name="android.hardware.touchscreen"
android:required="false"/> android:required="false"/>
<uses-permission android:name="android.permission.INTERNET"/>
<application android:label="Android System WebView" <application android:label="Android System WebView"
android:icon="@drawable/icon_webview" android:icon="@drawable/icon_webview"
android:multiArch="true" android:multiArch="true"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment