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 9486654 commit 62bf164Copy full SHA for 62bf164
lib/utilcode/src/main/AndroidManifest.xml
@@ -1,6 +1,15 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="com.blankj.utilcode">
3
4
+ <queries>
5
+ <intent>
6
+ <action android:name="android.intent.action.MAIN" />
7
+ </intent>
8
9
+ <action android:name="android.intent.action.VIEW" />
10
11
+ </queries>
12
+
13
<application>
14
15
<activity
0 commit comments