what is the difference between these two permissions?
Allows an application to access coarse
Allows an application to access fine
according to the documentation of android allows an application to access coarse is used for wifi and Allows an application to access fine for GPS but for 3G localitation, which should I use?
Thanks you very much.
3G is from the
NETWORK_PROVIDER, and needs the permission “coarse”, according to the manual(mind the word “respectively” here 🙂 )