A declarative API to handle Android runtime permissions.
-
Updated
Apr 6, 2022 - Java
Add a description, image, and links to the permissions topic page so that developers can more easily learn about it.
To associate your repository with the permissions topic, visit your repo's landing page and select "manage topics."
Description
I would love to have some proper topological sorts in LP, so that I can ensure that before a group is processed, all the things inheriting from it has already been processed.
Proposed Behaviour
Two new options for
inheritance-traversal-algorithm. "Reversed-dfs-post" which does a DFS-post sort, and reverses the order, and "khan" which performs Khan's algorithm.Extra D