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

Commit 22a15906 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...

Add cross-links between FINE and COARSE location permissions. bug: 25371600 am: 3fef7833 am: c8b11fb7 am: 192a8c49 am: 97be8864 am: ec9f4135
am: e42d8832

Change-Id: Ic5587ed1d9d4932133a2017c1cf9fc4a5373a2ff
parents b1410770 e42d8832
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -710,6 +710,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"
@@ -719,6 +720,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"