We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cfa35 commit 3432470Copy full SHA for 3432470
2 files changed
dexmaker-mockito-inline-extended-tests/src/androidTest/AndroidManifest.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3
+
4
+ <application>
5
+ <activity android:name="com.android.dx.mockito.inline.extended.tests.EmptyActivity"
6
+ android:exported="false" />
7
+ </application>
8
+</manifest>
dexmaker-mockito-inline-extended-tests/src/main/AndroidManifest.xml
@@ -3,7 +3,5 @@
xmlns:tools="http://schemas.android.com/tools">
<application android:debuggable="true"
- tools:ignore="HardcodedDebugMode">
- <activity android:name="com.android.dx.mockito.inline.extended.tests.EmptyActivity" />
- </application>
+ tools:ignore="HardcodedDebugMode" />
9
</manifest>
0 commit comments