In AndroidManifest.xml, the permissions are claimed as:
android.permission.ACCESS_FINE_LOCATION
While in Settings -> Applications -> Manage applications -> Application info (and also in Google Play) the permissions are claimed as Fine (GPS) location.
The problem is where can I find the mappings from one format to another? And is it possible that one permission maps to more than one permissions in another format?
android.permission.ACCESS_FINE_LOCATIONIs the permission for the GPS. (Aka your location).The fact that it says fine (GPS) location is just to make it user friendly so they understand what it means.
Im not sure how this is a problem..
More info on permissions and what they do (with brief descriptions that the user will see similar of) can be found Here
Here is a detailed description as to what each one does, and the exact messages the user will see. It doesnt say the xml permission that goes with it, but they aren’t hard to figure out.