summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2015-03-03 11:13:49 -0800
committerBrian Attwell <brianattwell@google.com>2015-03-03 15:51:26 -0800
commitd3946cae17273ed1c2fceb507990882e3f828ba9 (patch)
treec3877cb532d6905963c077e7a07d0ba820ac614a /res/menu
parentd2962a3bb669a381d31a586df3b906033a8fa571 (diff)
downloadpackages_apps_Contacts-d3946cae17273ed1c2fceb507990882e3f828ba9.tar.gz
packages_apps_Contacts-d3946cae17273ed1c2fceb507990882e3f828ba9.tar.bz2
packages_apps_Contacts-d3946cae17273ed1c2fceb507990882e3f828ba9.zip
Batch join contacts
* Add new action to ContactSaveService to support joining more than two contacts toghether. * Add new dialog fragment for the join Bug: 19549465 Change-Id: Ib0b1d5e7652e429f8e78d81dd3d98d03b3129e1e
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/people_options.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/people_options.xml b/res/menu/people_options.xml
index 987ddc5f7..1dd4dc4db 100644
--- a/res/menu/people_options.xml
+++ b/res/menu/people_options.xml
@@ -51,6 +51,10 @@
android:showAsAction="never" />
<item
+ android:id="@+id/menu_join"
+ android:title="@string/menu_joinAggregate" />
+
+ <item
android:id="@+id/menu_delete"
android:title="@string/menu_deleteContact" />