Which permissions should i include when i use admob "android" to make it using user location to improve earning from ads? i am using these permissions and features
<meta-data
android:name="ADMOB_ALLOW_LOCATION_FOR_ADS"
android:value="true" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-feature android:name="android.hardware.location.gps" />
What permission unneeded in my case? I dont want app ask user to use location when he install it and let admob using location data at the same time