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

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

Issue 1075883002: Add flag to WebView apks specifying that these apks contain WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months 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 4168410429efbd547bd8df8eeefee0ad4f0f4635..d9b7c02d292ac1fd7243c18012aed62ae0050bf9 100644
--- a/android_webview/apk/java/AndroidManifest.xml
+++ b/android_webview/apk/java/AndroidManifest.xml
@@ -30,5 +30,7 @@
<provider android:name="com.android.webview.chromium.LicenseContentProvider"
android:exported="true"
android:authorities="com.android.webview.chromium.LicenseContentProvider" />
+ <meta-data android:name="com.android.webview.WebViewLibrary"
+ android:value="libwebviewchromium.so" />
</application>
</manifest>
« 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