summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kevin Hufnagle <khufnagle@google.com> 2019-05-21 22:28:05 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-05-21 22:28:05 +0000
commit3c3246cf39a5966b03384cb2230934a30d5aeb6d (patch)
tree19d78f0f40b465e01c8869b3d7f3476945fe11e2
parente0db5803f2925dda4a5042e3f727ff7a9b8c86d4 (diff)
parent913248188e75984b2c97d693f77f2a3719f44a92 (diff)
Merge "docs: Request coarse location with b.g. location" into qt-dev
-rw-r--r--core/res/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 142e2a4e7a5d..1c1225b002db 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -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
-->