Move "Blocked numbers" to Settings.
Add it between "import/export" and "about contacts".
BUG 29515648
Change-Id: Ia8b2ee83feb2113faf5654915d69534acd2e0831
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index 8f9265b..34b8fb3 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -684,6 +684,9 @@
<!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
<string name="menu_import_export">Import/export</string>
+ <!-- The menu item to open blocked numbers activity [CHAR LIMIT=60]-->
+ <string name="menu_blocked_numbers">Blocked numbers</string>
+
<!-- The font-family to use for tab text.
Do not translate. -->
<string name="tab_font_family">sans-serif</string>
diff --git a/res-common/xml/preference_display_options.xml b/res-common/xml/preference_display_options.xml
index a6bfefe..f8ec7f4 100644
--- a/res-common/xml/preference_display_options.xml
+++ b/res-common/xml/preference_display_options.xml
@@ -51,6 +51,11 @@
<Preference
android:icon="@null"
+ android:key="blockedNumbers"
+ android:title="@string/menu_blocked_numbers" />
+
+ <Preference
+ android:icon="@null"
android:key="about"
android:title="@string/setting_about"
android:order="@integer/about_contacts_order_number"/>