TvSettings should not listen for GMS location intents

Don't respond to com.google.android.gsf.GOOGLE_LOCATION_SETTINGS

b/18337371

Change-Id: I491fa8c4deb80435d12c0c96acf8f322ac23bef8
diff --git a/Settings/AndroidManifest.xml b/Settings/AndroidManifest.xml
index 38fee48..e91ad97 100644
--- a/Settings/AndroidManifest.xml
+++ b/Settings/AndroidManifest.xml
@@ -305,12 +305,6 @@
             android:configChanges="keyboard|keyboardHidden|navigation"
             android:exported="true" >
             <intent-filter>
-                <action android:name="com.google.android.gsf.GOOGLE_LOCATION_SETTINGS" />
-
-                <category android:name="android.intent.category.DEFAULT" />
-            </intent-filter>
-
-            <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
                 <category android:name="android.intent.category.DEFAULT" />