summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2014-07-02 15:05:22 -0700
committerTony Mantler <nicoya@google.com>2014-07-02 15:05:22 -0700
commit5c115ae2f6d39ab4f8754e87100334b3f53e5c5b (patch)
treec524174268846bed6f45ea09de185ce8d19bcabc /tests
parent4e7c2380a17090271ed78f11901fd9edc6419c71 (diff)
downloadandroid_packages_apps_Exchange-5c115ae2f6d39ab4f8754e87100334b3f53e5c5b.tar.gz
android_packages_apps_Exchange-5c115ae2f6d39ab4f8754e87100334b3f53e5c5b.tar.bz2
android_packages_apps_Exchange-5c115ae2f6d39ab4f8754e87100334b3f53e5c5b.zip
Add uses-sdk to test apk
b/15937269 Change-Id: Ib56ed6d177a98c6a327f4be04151076d90f36c83
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 429acd97..95eeca7e 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -18,6 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.exchange.tests"
>
+ <uses-sdk android:targetSdkVersion="19" android:minSdkVersion="14" />
<!-- We add an application tag here just so that we can indicate that
this package needs to link against the android.test library,