Simplifying permissions, in the process grouping them together so that things are either too open or unusable with nothing in between.
Android is going this direction, for example.
If you actually want to simplify the UI, do a tree-style permissions UI with lower levels hidden by default. But don't go "you can only enable this entire group or forbid everything in it".
Comments
Simplifying permissions, in the process grouping them together so that things are either too open or unusable with nothing in between.
Android is going this direction, for example.
If you actually want to simplify the UI, do a tree-style permissions UI with lower levels hidden by default. But don't go "you can only enable this entire group or forbid everything in it".