Android run configurations allow you to specify install flags. You can use the -g flag to grant all permissions on install, rather than having to grant them later manually. This will quicken your development and make it less tedious. Set the flag in Android Studio To define the configuration, which grants all permissions, follow these steps: …