? AppListManager (Android Library) makes managing application and activity lists easy.
getObject()
and setObject(Object)
, where Object is any type.NOTE: This version introduces backwards incompatible changes. Follow the steps below on how to solve issues.
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).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.getPermissions()
and setPermissions(...)
.checkApplicationPermissions
method which allows checking whether a single AppData object contains (or does not contain) at least one of the given permissions.For more information read README.md.
BY_APPNAME_IGNORE_CASE
for sorting.