summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-17 15:47:24 -0700
committerAndrew Lee <anwlee@google.com>2015-03-25 15:02:40 -0700
commit467de3dc2be8fa6c815782852f47a752eb77a6dc (patch)
treef45a291f128b3e8d5c5e7822fdc8cc721f382a24 /res
parent02c36528f064b1eafbd4e2432a6e09937fa5f703 (diff)
Make menu options protected instead of private.
Thsi allows Google Dialer to add a feedback option and handle its behavior accordingly. Bug: 19254693 Change-Id: I64ab34049406d10f53504af8d5eda9ac29758ef8
Diffstat (limited to 'res')
-rw-r--r--res/menu/dialtacts_options.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/dialtacts_options.xml b/res/menu/dialtacts_options.xml
index cc5e3868e..8a9e25f7f 100644
--- a/res/menu/dialtacts_options.xml
+++ b/res/menu/dialtacts_options.xml
@@ -30,6 +30,6 @@
android:title="@string/menu_newContact"/>
<item
android:id="@+id/menu_call_settings"
- android:title="@string/dialer_settings_label"
- android:orderInCategory="2" />
+ android:title="@string/dialer_settings_label" />
+
</menu>