summaryrefslogtreecommitdiffstats
path: root/overlay-cdma/packages
diff options
context:
space:
mode:
authorslickrick <rsalinas1@mail.usf.edu>2013-12-16 09:29:55 -0600
committerslickrick <rsalinas1@mail.usf.edu>2013-12-16 10:32:08 -0800
commitc8be4711f5a8a17bf8a0e5fd2eb433c7f5f9e7d4 (patch)
tree3fe2a13e7d3cd465890a637fc11d3ee90d3d07f3 /overlay-cdma/packages
parente964ffe01969dfc3ae0ee5198a2e225950d80d25 (diff)
downloaddevice_samsung_t0lte-c8be4711f5a8a17bf8a0e5fd2eb433c7f5f9e7d4.tar.gz
device_samsung_t0lte-c8be4711f5a8a17bf8a0e5fd2eb433c7f5f9e7d4.tar.bz2
device_samsung_t0lte-c8be4711f5a8a17bf8a0e5fd2eb433c7f5f9e7d4.zip
t0lte: overlay-cdma: update telephony related overlays
These changes in particular hide unneeded menus and options Change-Id: I66ef353b6ae134c5f2610b796a0af79fb1228777
Diffstat (limited to 'overlay-cdma/packages')
-rw-r--r--overlay-cdma/packages/apps/Settings/res/values/bool.xml20
-rwxr-xr-xoverlay-cdma/packages/services/Telephony/res/values/config.xml3
2 files changed, 23 insertions, 0 deletions
diff --git a/overlay-cdma/packages/apps/Settings/res/values/bool.xml b/overlay-cdma/packages/apps/Settings/res/values/bool.xml
new file mode 100644
index 0000000..aa21d11
--- /dev/null
+++ b/overlay-cdma/packages/apps/Settings/res/values/bool.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>
+ <!-- Whether to show a preference item for mobile plan -->
+ <bool name="config_show_mobile_plan">false</bool>
+</resources>
diff --git a/overlay-cdma/packages/services/Telephony/res/values/config.xml b/overlay-cdma/packages/services/Telephony/res/values/config.xml
index 1e05638..4c6025f 100755
--- a/overlay-cdma/packages/services/Telephony/res/values/config.xml
+++ b/overlay-cdma/packages/services/Telephony/res/values/config.xml
@@ -37,4 +37,7 @@
<!-- Show enabled lte option for lte device -->
<bool name="config_enabled_lte" translatable="false">true</bool>
+
+ <!-- Display carrier settings -->
+ <bool name="config_carrier_settings_enable">false</bool>
</resources>