Commit 3ad3685b authored by gsennton's avatar gsennton Committed by Commit bot

Add flag to WebView apks specifying that these apks contain WebView.

Add a flag to the WebView manifest to ensure that webview apks are
compatible with the new mechanism for loading webview.

BUG=

Review URL: https://codereview.chromium.org/1075883002

Cr-Commit-Position: refs/heads/master@{#324418}
parent fcedd76a
...@@ -30,5 +30,7 @@ ...@@ -30,5 +30,7 @@
<provider android:name="com.android.webview.chromium.LicenseContentProvider" <provider android:name="com.android.webview.chromium.LicenseContentProvider"
android:exported="true" android:exported="true"
android:authorities="com.android.webview.chromium.LicenseContentProvider" /> android:authorities="com.android.webview.chromium.LicenseContentProvider" />
<meta-data android:name="com.android.webview.WebViewLibrary"
android:value="libwebviewchromium.so" />
</application> </application>
</manifest> </manifest>
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