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

am: 3c3246cf39

Change-Id: I135e8d5d32b70dd4aa72a1c176c36d91c083ed5b
This commit is contained in:
Kevin Hufnagle
2019-05-22 00:34:50 -07:00
committed by android-build-merger

View File

@@ -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
-->