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

Unified Diff: android_webview/test/shell/AndroidManifest.xml

Issue 1068633002: Make webview test apks installable on ICS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix 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 | « android_webview/javatests/src/org/chromium/android_webview/test/MultipleVideosTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/test/shell/AndroidManifest.xml
diff --git a/android_webview/test/shell/AndroidManifest.xml b/android_webview/test/shell/AndroidManifest.xml
index b9666992f192a8eb90621e75ee3d1c6eb79c0d66..98c9af2a78790460209b3b68c2bbf59de59d0f13 100644
--- a/android_webview/test/shell/AndroidManifest.xml
+++ b/android_webview/test/shell/AndroidManifest.xml
@@ -8,7 +8,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.chromium.android_webview.shell">
- <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="21" />
+ <!-- TODO(boliu): Change minSdkVersion to 19 when bots no longer try
+ to install webview apks on < K devices. crbug.com/474374 -->
+ <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
« no previous file with comments | « android_webview/javatests/src/org/chromium/android_webview/test/MultipleVideosTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698