Add the permissions your app needs to the android/app/src/main/AndroidManifest. xml. Put the permissions in the manifest tag, infront of the application tag .
Read moreWhere do I put permissions in Android Studio?
Go to Android Manifest. xml and be sure to add the <uses-permission tag > inside the manifest tag but Outside of all other tags..
Read more