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

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

Issue 2387413003: Update WebView manifest for API 24. (Closed)
Patch Set: Target API24 by default Created 4 years, 2 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 b46f5236366b71741ddc109e924f8c551dcd02ee..1a357f6312f1a110c84e7a4c0f0aa9cd134d49f0 100644
--- a/android_webview/apk/java/AndroidManifest.xml
+++ b/android_webview/apk/java/AndroidManifest.xml
@@ -9,7 +9,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="{{package|default('com.android.webview')}}">
<uses-sdk android:minSdkVersion="{{minsdk|default(21)}}"
- android:targetSdkVersion="{{targetsdk|default(23)}}">
+ android:targetSdkVersion="{{targetsdk|default(24)}}">
</uses-sdk>
<uses-feature android:name="android.hardware.touchscreen"
@@ -42,8 +42,8 @@
android:process=":sandboxed_process0"
android:isolatedProcess="true"
android:exported="true"
- tools:ignore="ExportedService"
- {{sandboxed_service_extra_flags|default('')}} />
+ android:externalService="true"
+ tools:ignore="ExportedService" />
<meta-data android:name="org.chromium.content.browser.NUM_PRIVILEGED_SERVICES"
android:value="0"/>
</application>
« 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