Skip to content

Commit 3432470

Browse files
committed
Fix activity lint
1 parent 75cfa35 commit 3432470

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
xmlns:tools="http://schemas.android.com/tools">
44

55
<application android:debuggable="true"
6-
tools:ignore="HardcodedDebugMode">
7-
<activity android:name="com.android.dx.mockito.inline.extended.tests.EmptyActivity" />
8-
</application>
6+
tools:ignore="HardcodedDebugMode" />
97
</manifest>

0 commit comments

Comments
 (0)