I want to get all the list of all permissions granted to each and every app. It is very frustrating to do it manually by getting permission list of each app separately. Is there a way to automatically put the list into some text file (.txt), for example I may run a series of Windows PowerShell commands to do it iteratively (using loops?) ? If there is share it.
I tried searching the internet but could not find anything useful. There are ways to get permission manually for each app, given on this link Listing permissions of Android application via adb but I cant find a way to generalize.