From 913248188e75984b2c97d693f77f2a3719f44a92 Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Tue, 21 May 2019 12:22:13 -0700 Subject: [PATCH] docs: Request coarse location with b.g. location When requesting background location access (for "all-the-time" access to device location), it's possible to request *either* coarse or fine location access along with background location access. Updated the docs to mention this important point. Test: make ds-docs -j32 Bug: 133248358 Change-Id: Ia10e493ecb33b6e971b53d3ff348a495417d9b38 --- core/res/AndroidManifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 142e2a4e7a5d9..1c1225b002db1 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" /> -