2010-11-07 02:35:45 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="org.yaaic.test"
|
|
|
|
android:versionCode="1"
|
|
|
|
android:versionName="1.0">
|
|
|
|
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
|
|
|
|
|
|
|
<uses-library android:name="android.test.runner" />
|
|
|
|
</application>
|
2011-03-06 05:31:50 -05:00
|
|
|
<uses-sdk android:minSdkVersion="4" />
|
2010-11-07 02:35:45 -05:00
|
|
|
<instrumentation android:targetPackage="org.yaaic" android:name="android.test.InstrumentationTestRunner" />
|
|
|
|
</manifest>
|