summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-09 10:28:41 -0700
committerNancy Chen <nancychen@google.com>2014-07-09 17:26:17 -0700
commit659d2f22f093b9549a3d5f7722f6151932c9e93f (patch)
treeb81cb2d89598ca7b6d31f2ac0be9dacf2039a0b7 /res/menu
parent6fcf29e37dd18aef65f47d3bb87ea340946bfc39 (diff)
downloadandroid_packages_apps_Dialer-659d2f22f093b9549a3d5f7722f6151932c9e93f.tar.gz
android_packages_apps_Dialer-659d2f22f093b9549a3d5f7722f6151932c9e93f.tar.bz2
android_packages_apps_Dialer-659d2f22f093b9549a3d5f7722f6151932c9e93f.zip
Remove SelectAccountDialogFragment for PhoneAccount on Dialer app (1/2)
One-time select will no longer be available within the dialer app so the fragment and menu item have been removed. Bug: 15473965 Change-Id: I13410b328f5b5ce887b8f3a9ba2c734d58008c56
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/dialpad_options.xml4
-rw-r--r--res/menu/dialtacts_options.xml3
2 files changed, 0 insertions, 7 deletions
diff --git a/res/menu/dialpad_options.xml b/res/menu/dialpad_options.xml
index b977ef961..49ee37d8f 100644
--- a/res/menu/dialpad_options.xml
+++ b/res/menu/dialpad_options.xml
@@ -19,10 +19,6 @@
android:title="@string/add_contact"
android:showAsAction="withText" />
<item
- android:id="@+id/menu_select_account"
- android:title="@string/menu_select_account"
- android:showAsAction="withText" />
- <item
android:id="@+id/menu_2s_pause"
android:title="@string/add_2sec_pause"
android:showAsAction="withText" />
diff --git a/res/menu/dialtacts_options.xml b/res/menu/dialtacts_options.xml
index a410b43bb..17f4d9fe1 100644
--- a/res/menu/dialtacts_options.xml
+++ b/res/menu/dialtacts_options.xml
@@ -20,9 +20,6 @@
android:icon="@drawable/ic_menu_history_lt"
android:title="@string/action_menu_call_history_description" />
<item
- android:id="@+id/menu_select_account"
- android:title="@string/menu_select_account" />
- <item
android:id="@+id/menu_import_export"
android:title="@string/menu_import_export" />
<item