Skip to content

Commit

Permalink
[F] TargetSdkVersion 30 AppUtils.isAppInstalled返回错误
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungBill committed Jul 19, 2022
1 parent 0a1be7e commit cf98305
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/utilcode/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.blankj.utilcode">

<queries>
<intent>
<action android:name="android.intent.action.MAIN" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
</intent>
</queries>

<application>

<activity
Expand Down

1 comment on commit cf98305

@YoungBill
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix bug 1568
#1568

Please sign in to comment.