summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/oem/res/values-mcc312-mnc570/motorola_config.xml
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2018-03-26 13:28:31 -0700
committerCopybara-Service <copybara-piper@google.com>2018-03-26 22:24:18 -0700
commitfcbabb18161829b6ca5cc668f26544a665fa10d1 (patch)
treed0f65673c46d2f56572e9050b3c36fdbf8a9da34 /java/com/android/dialer/oem/res/values-mcc312-mnc570/motorola_config.xml
parent437ae9552cce7768068fa92663740711ee541417 (diff)
Add Motorola hidden menu to all Sprint MCCMNCs
Before this CL it is only added to 310120. The values are moved to the base values, and the overrides override the enabled flag instead. Multiple SPN matching is also added. Bug: 76405608 Test: TAP PiperOrigin-RevId: 190515244 Change-Id: Ia937f0300ade57dc7a1b36df1433865ee4837a23
Diffstat (limited to 'java/com/android/dialer/oem/res/values-mcc312-mnc570/motorola_config.xml')
-rw-r--r--java/com/android/dialer/oem/res/values-mcc312-mnc570/motorola_config.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/java/com/android/dialer/oem/res/values-mcc312-mnc570/motorola_config.xml b/java/com/android/dialer/oem/res/values-mcc312-mnc570/motorola_config.xml
new file mode 100644
index 000000000..935627b65
--- /dev/null
+++ b/java/com/android/dialer/oem/res/values-mcc312-mnc570/motorola_config.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2018 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>
+ <bool name="motorola_sprint_hd_codec">true</bool>
+ <bool name="motorola_hidden_menu_enabled">true</bool>
+</resources> \ No newline at end of file