summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-05-15 13:58:45 -0700
committerBrian Attwell <brianattwell@google.com>2014-05-15 13:58:45 -0700
commitf49a823175cd1201e30410977f33992749de0bb6 (patch)
tree0c62b3ad48160168fd16fbb08dc6f59d8c49adf6 /res/menu
parentcfc040d422fa8efdd4def5fd506c83087dee5d92 (diff)
downloadpackages_apps_Contacts-f49a823175cd1201e30410977f33992749de0bb6.tar.gz
packages_apps_Contacts-f49a823175cd1201e30410977f33992749de0bb6.tar.bz2
packages_apps_Contacts-f49a823175cd1201e30410977f33992749de0bb6.zip
Remove "Help" action from Contacts app
Change-Id: I75d6d756cbb119c6f42bbefe29c4010d919c375f
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/edit_contact.xml4
-rw-r--r--res/menu/people_options.xml4
2 files changed, 0 insertions, 8 deletions
diff --git a/res/menu/edit_contact.xml b/res/menu/edit_contact.xml
index 51d9ab0c5..93c19dc3b 100644
--- a/res/menu/edit_contact.xml
+++ b/res/menu/edit_contact.xml
@@ -32,8 +32,4 @@
android:id="@+id/menu_discard"
android:alphabeticShortcut="q"
android:title="@string/menu_discard" />
-
- <item
- android:id="@+id/menu_help"
- android:title="@string/menu_help" />
</menu>
diff --git a/res/menu/people_options.xml b/res/menu/people_options.xml
index 2c7eedbb7..8c7bdf349 100644
--- a/res/menu/people_options.xml
+++ b/res/menu/people_options.xml
@@ -53,10 +53,6 @@
android:title="@string/menu_settings" />
<item
- android:id="@+id/menu_help"
- android:title="@string/menu_help" />
-
- <item
android:id="@+id/export_database"
android:title="@string/menu_export_database"
android:visible="false"