#15052: Add minimum API, fix build issues, first functional test
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 3565afc..dc3b45f 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -7,6 +7,11 @@
     <!-- We add an application tag here just so that we can indicate that
          this package needs to link against the android.test library,
          which is needed when building test cases. -->
+
+    <uses-sdk
+          android:minSdkVersion="13"
+          android:targetSdkVersion="15" />
+
     <application>
         <uses-library android:name="android.test.runner" />
     </application>