Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我们不指定android中定位服务的精度,那么我们必须使用的默认值是多少?是否需要同时指定这两个权限?
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
如果您不指定准确性,您只会得到最好的。所以这取决于它使用的是 AGPS 还是 GPS,以及 GPS 是否有良好、可靠的修复。