1<manifest package="com.android.dexmaker.mockito.inline.extended.tests"
2    xmlns:android="http://schemas.android.com/apk/res/android"
3    xmlns:tools="http://schemas.android.com/tools">
4
5    <application android:debuggable="true"
6        tools:ignore="HardcodedDebugMode">
7        <activity android:name="com.android.dx.mockito.inline.extended.tests.EmptyActivity" />
8    </application>
9</manifest>
10