blob: 3932e5b9fb099208075639ec27a19e8cdac4833e [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.tests.memoryusage">
<instrumentation android:label="Memory usage instrumentation"
android:name="com.android.tests.memoryusage.MemoryUsageInstrumentation"
android:targetPackage="com.android.tests.memoryusage" />
<application android:label="Memory Usage Test">
<uses-library android:name="android.test.runner" />
</application>
</manifest>