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