hammerhead: Add sprint update setting menu

Change-Id: I6c3e35dd36d29f1f493483d47e976fec52fe2055
diff --git a/overlay/packages/apps/Settings/res/values-mcc310-mnc120/bools.xml b/overlay/packages/apps/Settings/res/values-mcc310-mnc120/bools.xml
new file mode 100644
index 0000000..c1cec32
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values-mcc310-mnc120/bools.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2013 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources>
+    <!-- Display additional System Update menu if true -->
+    <bool name="config_additional_system_update_setting_enable">true</bool>
+</resources>
diff --git a/overlay/packages/apps/Settings/res/values-mcc310-mnc120/config.xml b/overlay/packages/apps/Settings/res/values-mcc310-mnc120/config.xml
new file mode 100644
index 0000000..34d8da2
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values-mcc310-mnc120/config.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2013 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+    <string name="additional_system_update" translatable="false">com.lge.update</string>
+    <string name="additional_system_update_menu" translatable="false">com.lge.update.SprintUpdateSetting</string>
+
+</resources>
diff --git a/overlay/packages/apps/Settings/res/values-mcc310-mnc120/strings.xml b/overlay/packages/apps/Settings/res/values-mcc310-mnc120/strings.xml
new file mode 100644
index 0000000..694419e
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values-mcc310-mnc120/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2013 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="additional_system_update_settings_list_item_title">Sprint system updates</string>
+</resources>