Remove the Google specific location config.

This reverts commit 01d531673584bf2e7eb50f0e3979915e6b6911bc.

Bug: 7242814
Change-Id: I8cf6180b42a71d15b461776250acd67a68e36b90
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 2a08cac..2cd1c67 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -234,10 +234,6 @@
 
     <bool name="config_ui_enableFadingMarquee">false</bool>
 
-    <string-array name="config_overlay_locationProviderPackageNames" translatable="false">
-        <item>com.google.android.location</item>
-    </string-array>
-
     <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
     <bool name="config_intrusiveNotificationLed">true</bool>