I have a GPS app that already requests ACCESS_FINE_LOCATION
permission in the manifest, now I want to add a library (MoPub) that requires ACCESS_COARSE_LOCATION
.
Am I correct in assuming that ACCESS_FINE_LOCATION
is enough, and I can leave out ACCESS_COARSE_LOCATION
from my manifest?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…