You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2021. It is now read-only.
**NOTE**: This version introduces backwards incompatible changes. Follow the steps below on how to solve issues.
5
+
6
+
- Added ability to filter by application permissions:
7
+
- All `getSome...` methods now require two additional parameters - `String[]` (which contains permissions), and `Boolean` (which tells whether to look for applications that contain at least one of the given permissions or not).
8
+
- All listeners (except for `sortListener`) - `activityListener`, `appListener`, `newActivityListener`, `newAppListener`, `uninstalledActivityListener`, `uninstalledAppListener` - now receive two additional parameters (look the point above). If not applicable, then they are null and false.
9
+
- AppData object now holds application permissions (if you are working with activity lists, this field still contains application permissions) that can be accessed with `getPermissions()` and `setPermissions(...)`.
10
+
-`checkApplicationPermissions` method which allows checking whether a single AppData object contains (or does not contain) at least one of the given permissions.
11
+
12
+
For more information read [README.md](https://github.com/LayoutXML/AppListManager/blob/master/README.md).
0 commit comments