summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2014-11-11 14:59:41 -0800
committerRoman Birg <roman@cyngn.com>2014-11-11 14:59:41 -0800
commit803919d2beb8889167a16633c36b2d47f6908ed4 (patch)
tree8ae6ed21ebfc82a1a64c7a64ab2e616d4ff90a13
parent198453af43dbff75c5b79a7d685ec4977b935701 (diff)
downloadpackages_apps_Contacts-803919d2beb8889167a16633c36b2d47f6908ed4.tar.gz
packages_apps_Contacts-803919d2beb8889167a16633c36b2d47f6908ed4.tar.bz2
packages_apps_Contacts-803919d2beb8889167a16633c36b2d47f6908ed4.zip
Contacts: hide Memory Status screen for now
This screen doesn't really provide any useful information at the moment. It was meant to display SIM card status, but we do not have a SIM contact provider in place to retreive this info. So it just displays total contact counts for each account. Change-Id: I0a8bffeb7712f83a6e1768a0f9c8effcfec46996 Signed-off-by: Roman Birg <roman@cyngn.com>
-rw-r--r--res/menu/people_options.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/menu/people_options.xml b/res/menu/people_options.xml
index 0ef579cb2..bd3926f15 100644
--- a/res/menu/people_options.xml
+++ b/res/menu/people_options.xml
@@ -71,6 +71,7 @@
<item
android:id="@+id/menu_memory_status"
+ android:visible="false"
android:title="@string/menu_memory_status" />
<item