在AndroidManifest.xml
中,权限声明为:
android.permission.ACCESS_FINE_LOCATION
在设置中 - >应用程序 - >管理应用程序 - >应用信息(以及Google Play中)的权限声明为Fine (GPS) location
。
问题是我在哪里可以找到从一种格式到另一种格式的映射?并且一个权限是否可能映射到另一种格式的多个权限?
答案 0 :(得分:1)
android.permission.ACCESS_FINE_LOCATION
是GPS的许可。 (Aka你的位置)。
它说精细(GPS)位置的事实只是为了使用户友好,以便他们明白这意味着什么。
我不确定这是怎么回事..
可以找到有关权限及其功能的更多信息(用户将看到类似的简要说明)Here
Here is a detailed description as to what each one does, and the exact messages the user will see.它没有说与之相关的xml权限,但它们并不难理解。