summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2012-07-19 15:56:41 -0700
committerMakoto Onuki <omakoto@google.com>2012-07-20 10:39:00 -0700
commit9ae60417f9e189ecb1f86da9107ba02baae0659b (patch)
treed1e31e5d0bc102f85c3235257202450b3d002eed /res/menu
parent6bbafcac3bd1346efd8b741156df3998d787917a (diff)
downloadpackages_apps_Contacts-9ae60417f9e189ecb1f86da9107ba02baae0659b.tar.gz
packages_apps_Contacts-9ae60417f9e189ecb1f86da9107ba02baae0659b.tar.bz2
packages_apps_Contacts-9ae60417f9e189ecb1f86da9107ba02baae0659b.zip
Add hidden menu option to invoke contacts dump activity
Search for "debug debug!" on the poeple app will enable the debug menu option which invokes the dump activity. Bug 6813842 Change-Id: Id09ba988f54ab6a6ce1bf8c480980009da419d19
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/people_options.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/menu/people_options.xml b/res/menu/people_options.xml
index 8c91e88b3..2b3c9185f 100644
--- a/res/menu/people_options.xml
+++ b/res/menu/people_options.xml
@@ -55,4 +55,10 @@
<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"
+ android:showAsAction="never" />
</menu>