summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-06-18 17:16:10 -0700
committerNancy Chen <nancychen@google.com>2014-06-19 16:54:38 -0700
commit8e0662990043a3b430a96d8e94b9d773f5a4deff (patch)
tree94afbefc9dc36d17f3ae5a82baf590e611f7480a /res/menu
parentda9fe01f539ca50251003d5c783aec434be23d3c (diff)
downloadpackages_apps_Dialer-8e0662990043a3b430a96d8e94b9d773f5a4deff.tar.gz
packages_apps_Dialer-8e0662990043a3b430a96d8e94b9d773f5a4deff.tar.bz2
packages_apps_Dialer-8e0662990043a3b430a96d8e94b9d773f5a4deff.zip
Add reference to TelephonyManager, renaming, remove checkbox (1/2)
Incorporating API calls to TelephonyManager.getSubscriptions. Added new SubscriptionManager class to wrap data about subscriptions for the purpose of passing between Dialer and its fragments. * This particular CL deals with the renaming of the menu strings and the * passing of data between the Dialer and its fragments. Bug: 15473965 Change-Id: Id52b925c618952bd77970c157fa63e665203b04c
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/dialpad_options.xml4
-rw-r--r--res/menu/dialtacts_options.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/res/menu/dialpad_options.xml b/res/menu/dialpad_options.xml
index c1f25153f..311a5eee6 100644
--- a/res/menu/dialpad_options.xml
+++ b/res/menu/dialpad_options.xml
@@ -19,8 +19,8 @@
android:title="@string/add_contact"
android:showAsAction="withText" />
<item
- android:id="@+id/menu_select_sim"
- android:title="@string/menu_select_sim"
+ android:id="@+id/menu_select_subscription"
+ android:title="@string/menu_select_subscription"
android:showAsAction="withText" />
<item
android:id="@+id/menu_2s_pause"
diff --git a/res/menu/dialtacts_options.xml b/res/menu/dialtacts_options.xml
index d1c885409..558cbd856 100644
--- a/res/menu/dialtacts_options.xml
+++ b/res/menu/dialtacts_options.xml
@@ -20,8 +20,8 @@
android:icon="@drawable/ic_menu_history_lt"
android:title="@string/action_menu_call_history_description" />
<item
- android:id="@+id/menu_select_sim"
- android:title="@string/menu_select_sim" />
+ android:id="@+id/menu_select_subscription"
+ android:title="@string/menu_select_subscription" />
<item
android:id="@+id/menu_import_export"
android:title="@string/menu_import_export" />