Skip to content

Commit cf98305

Browse files
committed
[F] TargetSdkVersion 30 AppUtils.isAppInstalled返回错误
1 parent 0a1be7e commit cf98305

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/utilcode/src/main/AndroidManifest.xml

+9
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)