Skip to content

Commit 09597f3

Browse files
committed
android-interop-testing : working on clearing lint warnings
1 parent 734dc7a commit 09597f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22

33
<queries>
4+
45
<intent>
56
<action android:name="android.intent.action.VIEW" />
67
</intent>
8+
79
</queries>
10+
811
</manifest>

lint.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
<issue id="OldTargetApi" severity="ignore" />
88

99
<!--
10-
Suppress 'VisibleForTests' warnings for now as these methods are intentionally
11-
exposed for testing purposes and access across modules.
10+
Suppress temporarily 'VisibleForTests' warnings - exposed for testing purposes
1211
-->
1312
<issue id="VisibleForTests" severity="ignore" />
1413
</lint>

0 commit comments

Comments
 (0)