Skip to content

Commit 62bf164

Browse files
YoungBillBlankj
authored andcommitted
[F] TargetSdkVersion 30 AppUtils.isAppInstalled返回错误
1 parent 9486654 commit 62bf164

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/utilcode/src/main/AndroidManifest.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.blankj.utilcode">
33

4+
<queries>
5+
<intent>
6+
<action android:name="android.intent.action.MAIN" />
7+
</intent>
8+
<intent>
9+
<action android:name="android.intent.action.VIEW" />
10+
</intent>
11+
</queries>
12+
413
<application>
514

615
<activity

0 commit comments

Comments
 (0)