Changes the label of application coarse location permission in AAE.

The application coarse location permission label in AAE is "access
approximate location only in the foreground" and stays the same for
other products.

Bug: b/143243229

Test: Install recording app(coarse edition) on a head unit, go to Settings > Apps &
notifications > Show all apps > Sensor Replay Recording > Permissions > All permissions and verify it shows correct string in Location category.

Change-Id: I2d2dd24b17dd1ff4832008fadfa74dcf6a9c01f7
(cherry picked from commit db59250e913473809d1c6027186516ac06eab196)
diff --git a/car_product/overlay/frameworks/base/core/res/res/values/strings.xml b/car_product/overlay/frameworks/base/core/res/res/values/strings.xml
index 9217647..34fd92f 100644
--- a/car_product/overlay/frameworks/base/core/res/res/values/strings.xml
+++ b/car_product/overlay/frameworks/base/core/res/res/values/strings.xml
@@ -18,4 +18,5 @@
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Default name of the owner user [CHAR LIMIT=20] -->
     <string name="owner_name">Driver</string>
+    <string name="permlab_accessCoarseLocation">access approximate location only in the foreground</string>
 </resources>