| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="android.test.javaheapprof" > | |
| <application> | |
| <uses-library android:name="android.test.runner" /> | |
| </application> | |
| <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner" | |
| android:targetPackage="android.test.javaheapprof" | |
| android:label="javaheapprof Test"/> | |
| </manifest> |