Change the name of the location config value.

This reverts commit 329b760e8e1adb6551ec6d3f49866ec0a726a96d.

Bug: 7242814
diff --git a/sdk_overlay/frameworks/base/core/res/res/values/config.xml b/sdk_overlay/frameworks/base/core/res/res/values/config.xml
index 2cc8d7a..7b6c0f2 100644
--- a/sdk_overlay/frameworks/base/core/res/res/values/config.xml
+++ b/sdk_overlay/frameworks/base/core/res/res/values/config.xml
@@ -21,7 +21,7 @@
      for different hardware and product builds. -->
 <resources>
     <!-- Package name providing location API support. -->
-    <string-array name="config_overlay_locationProviderPackageNames" translatable="false">
+    <string-array name="config_locationProviderPackageNames" translatable="false">
         <item>com.google.android.location</item>
     </string-array>