| Index: chrome/android/shell/java/AndroidManifest.xml
|
| diff --git a/chrome/android/shell/java/AndroidManifest.xml b/chrome/android/shell/java/AndroidManifest.xml
|
| index aebe5847e96b610257fb5100bc8236ce67a204e0..ea7a39a3867155798a53ef6a683849030f5c0674 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="20" />
|
| + <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
|
| <permission android:name="org.chromium.chrome.shell.permission.SANDBOX"
|
| android:protectionLevel="signature" />
|
| <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
|
|
|