Skip to content

Commit

Permalink
[Finder] Fix filtering apps with permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <[email protected]>
  • Loading branch information
MuntashirAkon committed Nov 20, 2024
1 parent b04fa22 commit 626d250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ private void loadAppList() {
PackageManager.GET_META_DATA | GET_SIGNING_CERTIFICATES
| PackageManager.GET_ACTIVITIES | PackageManager.GET_RECEIVERS
| PackageManager.GET_PROVIDERS | PackageManager.GET_SERVICES
| PackageManager.GET_CONFIGURATIONS | PackageManager.GET_PERMISSIONS
| PackageManager.GET_URI_PERMISSION_PATTERNS
| MATCH_DISABLED_COMPONENTS | MATCH_UNINSTALLED_PACKAGES
| MATCH_STATIC_SHARED_AND_SDK_LIBRARIES, userId);
// List usages
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<item>installer</item>
<item>last_update</item>
<item>min_sdk</item>
<!--item>permission</item-->
<item>permissions</item>
<item>pkg_name</item>
<item>running_apps</item>
<item>screen_time</item>
Expand Down

0 comments on commit 626d250

Please sign in to comment.