summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/oem/res/values-mcc736/motorola_config.xml
diff options
context:
space:
mode:
authorlinyuh <linyuh@google.com>2018-03-05 10:49:37 -0800
committerCopybara-Service <copybara-piper@google.com>2018-03-05 10:51:58 -0800
commit6200bef5a981d92c80278f399f0c7d81238b7e7e (patch)
tree7ac1a8eb295940661b3499c0c0246eae3423e1ee /java/com/android/dialer/oem/res/values-mcc736/motorola_config.xml
parenteb3ae0a822a408d2b48c6d91e68bc649b3791ab8 (diff)
Disable phone number formatting for LATAM MCCs.
Bug: 73718977 Test: MotorolaUtilsTest & PhoneNumberHelperTest PiperOrigin-RevId: 187889473 Change-Id: I00d58071ba18ddce5a09c07de9edd2d0956d6478
Diffstat (limited to 'java/com/android/dialer/oem/res/values-mcc736/motorola_config.xml')
-rw-r--r--java/com/android/dialer/oem/res/values-mcc736/motorola_config.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/java/com/android/dialer/oem/res/values-mcc736/motorola_config.xml b/java/com/android/dialer/oem/res/values-mcc736/motorola_config.xml
new file mode 100644
index 000000000..bfe0cb767
--- /dev/null
+++ b/java/com/android/dialer/oem/res/values-mcc736/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>
+ <!-- Flag to control whether to disable phone number formatting -->
+ <bool name="motorola_disable_phone_number_formatting">true</bool>
+</resources>