Skip to content

Commit 277b352

Browse files
committed
docs: update description for location permissions
bug: 6996667 Change-Id: I3b5d706d98b56386a88b33a343721ff7432063b9
1 parent 8761e14 commit 277b352

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/res/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,14 +503,16 @@
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"

0 commit comments

Comments
 (0)