File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 503503 android : permissionGroupFlags =" personalInfo"
504504 android : priority =" 330" />
505505
506- <!-- Allows an application to access fine (e.g., GPS) location -->
506+ <!-- Allows an app to access precise location from location sources such
507+ as GPS, cell towers, and Wi-Fi. -->
507508 <permission android : name =" android.permission.ACCESS_FINE_LOCATION"
508509 android : permissionGroup =" android.permission-group.LOCATION"
509510 android : protectionLevel =" dangerous"
510511 android : label =" @string/permlab_accessFineLocation"
511512 android : description =" @string/permdesc_accessFineLocation" />
512513
513- <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
514+ <!-- Allows an app to access approximate location derived from network location
515+ sources such as cell towers and Wi-Fi. -->
514516 <permission android : name =" android.permission.ACCESS_COARSE_LOCATION"
515517 android : permissionGroup =" android.permission-group.LOCATION"
516518 android : protectionLevel =" dangerous"
You can’t perform that action at this time.
0 commit comments