summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlon Albert <aalbert@google.com>2013-11-05 14:31:45 -0800
committerAlon Albert <aalbert@google.com>2013-11-05 15:18:26 -0800
commit37c4010fddb35a5b1c6a711ac142eff5ed15afb1 (patch)
treef0c867c3e1ae3b00dc8ac1d9990cc80cc296cfae /AndroidManifest.xml
parentc6759c919bf6d07fbaebeb3b27010055daa35f67 (diff)
downloadExchange-37c4010fddb35a5b1c6a711ac142eff5ed15afb1.tar.gz
Detect Removable Storage Properly
Bug: 11533662 Change-Id: I619103e4a748d19529faf76e511353a308af3331
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c057dae4..0f9392c5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -62,7 +62,7 @@
<uses-permission
android:name="com.android.email.permission.ACCESS_PROVIDER"/>
- <uses-sdk android:targetSdkVersion="18" android:minSdkVersion="14" />
+ <uses-sdk android:targetSdkVersion="19" android:minSdkVersion="14" />
<!-- additional uses -->