Android defines a set of permissions that third-party apps can request. Permissions are categorized by sensitivity; most permissions are either \"normal\" or \"dangerous\".
in Android Studio,you can open your AndroidManifest.xml and press F1 on every permission you used then you can see if it is dangerous which the doc may shows.