diff options
| author | 2019-05-21 22:28:05 +0000 | |
|---|---|---|
| committer | 2019-05-21 22:28:05 +0000 | |
| commit | 3c3246cf39a5966b03384cb2230934a30d5aeb6d (patch) | |
| tree | 19d78f0f40b465e01c8869b3d7f3476945fe11e2 | |
| parent | e0db5803f2925dda4a5042e3f727ff7a9b8c86d4 (diff) | |
| parent | 913248188e75984b2c97d693f77f2a3719f44a92 (diff) | |
Merge "docs: Request coarse location with b.g. location" into qt-dev
| -rw-r--r-- | core/res/AndroidManifest.xml | 6 |
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 --> |