Android App Permissions: Exploration
My take on how the android app permissions could be made better. Cleaning Up. Even a minor modification can bring a significant change to the user's experience.
---------------------
OLD UI
The old UI consists of an app list with a toggle button showing whether the access is granted or not to that particular set of app.
The method even though it works, looks kind of messy and unorganized if we take into perspective the apps that have access and vice versa.
----------------------
ITERATED VERSION
My iterated version comes from an idea of arranging all the apps that have access against the apps that don't have permission.
This separation of the apps based on whether the permission is granted or not makes it easy and straightforward for the user to understand and change permissions in a much more efficient manner.