summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/dialpadview/res/values-mcc311-mnc480
diff options
context:
space:
mode:
authorroldenburg <roldenburg@google.com>2018-02-15 15:53:20 -0800
committerEric Erfanian <erfanian@google.com>2018-02-22 21:06:11 +0000
commit3da989d320eff8bae7491d7ab528abd5582a3594 (patch)
tree739873be03d7b90e3563302e84b5c16e13786f08 /java/com/android/dialer/dialpadview/res/values-mcc311-mnc480
parent8d407a0e0ac28c55e863f7f4f3105ec9d6dea956 (diff)
Add configuration for when we show decimal and barcode device id
Bug: 69063060,71706655 Test: SpecialCharSequenceMgrTest PiperOrigin-RevId: 185915881 Change-Id: I7d82303979b381d1b0de2a8f30d7d577cccf65d9
Diffstat (limited to 'java/com/android/dialer/dialpadview/res/values-mcc311-mnc480')
-rw-r--r--java/com/android/dialer/dialpadview/res/values-mcc311-mnc480/bools.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/java/com/android/dialer/dialpadview/res/values-mcc311-mnc480/bools.xml b/java/com/android/dialer/dialpadview/res/values-mcc311-mnc480/bools.xml
new file mode 100644
index 000000000..7e549e825
--- /dev/null
+++ b/java/com/android/dialer/dialpadview/res/values-mcc311-mnc480/bools.xml
@@ -0,0 +1,19 @@
+<?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="show_device_id_in_hex_and_decimal">true</bool>
+</resources>