is there in general a way to know which plugin needs which permissions using the source code? I have in my manifest these 2 permissions and i added them in 2016 now I am not confident to remove that as i am not sure if they are required by any of the plugin i am using.
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
I need to remove those because some Amazon Fire devices doesnt support and amazon filters out my app for those devices. I am thinking back in the days xamarin insighst needed or hockeyapp. now i am on app center and it doesnt seem to require it. I dont use any MAPs package. does anybody know any other package needs this ?