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 734dc7a commit 09597f3Copy full SHA for 09597f3
binder/src/main/AndroidManifest.xml
@@ -1,8 +1,11 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
3
<queries>
4
+
5
<intent>
6
<action android:name="android.intent.action.VIEW" />
7
</intent>
8
9
</queries>
10
11
</manifest>
lint.xml
@@ -7,8 +7,7 @@
<issue id="OldTargetApi" severity="ignore" />
<!--
- Suppress 'VisibleForTests' warnings for now as these methods are intentionally
- exposed for testing purposes and access across modules.
+ Suppress temporarily 'VisibleForTests' warnings - exposed for testing purposes
12
-->
13
<issue id="VisibleForTests" severity="ignore" />
14
</lint>
0 commit comments