简体   繁体   中英

Does ACCESS_FINE_LOCATION permission include ACCESS_COARSE_LOCATION permissons

美好的一天,我想知道用户是否授予应用程序访问 ACCESS_FINE_LOCATION 权限,如果该应用程序也可以自动访问 ACCESS_COARSE_LOCATION API 方法

As you can see in the LocationManager API and in an older version of the guide:

If you are using both NETWORK_PROVIDER and GPS_PROVIDER, then you need to request only the ACCESS_FINE_LOCATION permission, because it includes permission for both providers. (Permission for ACCESS_COARSE_LOCATION includes permission only for NETWORK_PROVIDER.)

In short: yes, you are allowing to ACCESS_COARSE_LOCATION if you've already defined ACCESS_FINE_LOCATION.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM