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

Commit 4772ec34 authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by android-build-merger
Browse files

Merge "Merge "docs: Request coarse location with b.g. location" into qt-dev...

Merge "Merge "docs: Request coarse location with b.g. location" into qt-dev am: 3c3246cf am: cf1deaea" into qt-r1-dev-plus-aosp
am: 4511800a

Change-Id: If383ef52153050a1185ba239e7adab4f4ce7b59b
parents 4e57409e 4511800a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -904,9 +904,9 @@
        android:backgroundPermission="android.permission.ACCESS_BACKGROUND_LOCATION"
        android:protectionLevel="dangerous|instant" />

    <!-- Allows an app to access location in the background.  If you
         are requesting this, you should also request {@link #ACCESS_FINE_LOCATION}.
         Requesting this by itself is not sufficient to give you
    <!-- Allows an app to access location in the background. If you're requesting this permission,
         you must also request either {@link #ACCESS_COARSE_LOCATION} or
         {@link #ACCESS_FINE_LOCATION}. Requesting this permission by itself doesn't give you
         location access.
         <p>Protection level: dangerous
    -->