Chromium Code Reviews| Index: testing/android/AndroidManifest.xml |
| diff --git a/testing/android/AndroidManifest.xml b/testing/android/AndroidManifest.xml |
| index de98aec108d88c57a25173699160e15b87f69246..3678c4776ef3c23b704b59a6f807e4f028479764 100644 |
| --- a/testing/android/AndroidManifest.xml |
| +++ b/testing/android/AndroidManifest.xml |
| @@ -10,7 +10,7 @@ found in the LICENSE file. |
| android:versionCode="1" |
| android:versionName="1.0"> |
| - <uses-sdk android:minSdkVersion="15" /> |
|
Yaron
2012/05/15 01:57:38
I thought we use 15 elsewhere (i.e. ant build file
nilesh
2012/05/15 02:29:18
No, 15 wont install on some devices.
John Grabowski
2012/05/15 22:24:39
Which devices?
I agree with Yaron; I thought we we
nilesh
2012/05/15 22:59:25
ICS devices. 15 will work ICE_CREAM_SANDWICH_MR1 o
|
| + <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" /> |
| <application android:label="ChromeNativeTests"> |
| <activity android:name=".ChromeNativeTestActivity" |