Maxim Siniavine | 9229700 | 2012-08-17 14:17:06 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 4 | package="com.android.tests.memoryusage"> |
| 5 | <instrumentation android:label="Memory usage instrumentation" |
| 6 | android:name="com.android.tests.memoryusage.MemoryUsageInstrumentation" |
| 7 | android:targetPackage="com.android.tests.memoryusage" /> |
| 8 | |
| 9 | <application android:label="Memory Usage Test"> |
| 10 | <uses-library android:name="android.test.runner" /> |
| 11 | </application> |
| 12 | </manifest> |