| Index: chrome/android/testshell/java/AndroidManifest.xml
|
| diff --git a/chrome/android/testshell/java/AndroidManifest.xml b/chrome/android/testshell/java/AndroidManifest.xml
|
| index edbada9d6d9ba356a8ed74605678788fccfafe37..71f6b001677986ccd3e94380638fe832dbe08c2d 100644
|
| --- a/chrome/android/testshell/java/AndroidManifest.xml
|
| +++ b/chrome/android/testshell/java/AndroidManifest.xml
|
| @@ -9,7 +9,7 @@
|
| <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
| package="org.chromium.chrome.testshell">
|
|
|
| - <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
|
| + <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="18" />
|
| <permission android:name="org.chromium.chrome.testshell.permission.SANDBOX"
|
| android:protectionLevel="signature" />
|
| <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
|
|
|