commit | 53a73bcddff79617f42ad351332949be3ba92d45 | [log] [tgz] |
---|---|---|
author | Fabrice Di Meglio <fdimeglio@google.com> | Mon Jun 20 17:38:41 2011 -0700 |
committer | Fabrice Di Meglio <fdimeglio@google.com> | Mon Jun 20 17:38:41 2011 -0700 |
tree | 831da6ec4282053e45419846dda4bda7781a632f | |
parent | d8703a98241ff190a26bc4b6089a0a8ab0122d8f [diff] [blame] |
Update BiDiTest app for adding more unit tests - add some menu that will show up in compatibility mode - add more unit tests for padding and background drawable Change-Id: I90db23c68d2371c35913b039a10f9d9f34c3931e
diff --git a/tests/BiDiTests/AndroidManifest.xml b/tests/BiDiTests/AndroidManifest.xml index 4a687f2..c60edd8 100644 --- a/tests/BiDiTests/AndroidManifest.xml +++ b/tests/BiDiTests/AndroidManifest.xml
@@ -30,5 +30,6 @@ </activity> </application> - + <uses-sdk android:minSdkVersion="10" + android:targetSdkVersion="10"/> </manifest>