There are two types of app permissions in case of android apps
- Install time permissions- apps take permission while being installed (run at startup, install shortcuts, run in background etc.)
- Run time permissions- Users give permission to the app (gallery, camera, contacts etc.)
Can you please give me the separate lists of all the permissions? Also, how to know which permissions are taken by an app?