Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 192a8c49 authored by Scott Main's avatar Scott Main Committed by android-build-merger
Browse files

Add cross-links between FINE and COARSE location permissions. bug: 25371600 am: 3fef7833

am: c8b11fb7

Change-Id: I6db78aa2008d2bdd675a87daeae132e5f5c09371
parents 18305d92 c8b11fb7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -697,6 +697,7 @@
        android:priority="400" />

    <!-- Allows an app to access precise location.
         Alternatively, you might want {@link #ACCESS_COARSE_LOCATION}.
         <p>Protection level: dangerous
    -->
    <permission android:name="android.permission.ACCESS_FINE_LOCATION"
@@ -706,6 +707,7 @@
        android:protectionLevel="dangerous" />

    <!-- Allows an app to access approximate location.
         Alternatively, you might want {@link #ACCESS_FINE_LOCATION}.
         <p>Protection level: dangerous
    -->
    <permission android:name="android.permission.ACCESS_COARSE_LOCATION"