summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2019-02-27 00:27:42 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 20:07:34 +0200
commitd585c47adc7cff05c552009ac638b69cb09467f4 (patch)
tree1dc5d4ddbf4d78ae37a6bb05ec14a3e033ce652f
parentae15cae1333bae9dedd588be79a7a8a7893c81b0 (diff)
downloadpackages_apps_Contacts-d585c47adc7cff05c552009ac638b69cb09467f4.tar.gz
packages_apps_Contacts-d585c47adc7cff05c552009ac638b69cb09467f4.tar.bz2
packages_apps_Contacts-d585c47adc7cff05c552009ac638b69cb09467f4.zip
Contacts: Remove unused boolean resource
Fixes: warn: removing resource com.android.contacts:bool/config_editor_include_phonetic_name without required default value. Change-Id: I924a4815d07854ad5ae04ca7ddf87f738a4bd277
-rw-r--r--res/values-ja/donottranslate_config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values-ja/donottranslate_config.xml b/res/values-ja/donottranslate_config.xml
index ff8a8eb61..b35785649 100644
--- a/res/values-ja/donottranslate_config.xml
+++ b/res/values-ja/donottranslate_config.xml
@@ -32,7 +32,4 @@
<!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
<bool name="config_editor_field_order_primary">false</bool>
-
- <!-- If true, phonetic name is included in the contact editor by default -->
- <bool name="config_editor_include_phonetic_name">true</bool>
</resources>