Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
fix: get installed apps failed for some chinese ROM
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonKhew96 committed Dec 6, 2023
1 parent 0b77dde commit 5ce1a20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manager/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<!-- http://www.taf.org.cn/StdDetail.aspx?uid=3A7D6656-43B8-4C46-8871-E379A3EA1D48&stdType=TAF -->
<uses-permission android:name="com.android.permission.GET_INSTALLED_APPS" />

<uses-permission
android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="QueryAllPackagesPermission" />
Expand Down

0 comments on commit 5ce1a20

Please sign in to comment.