summaryrefslogtreecommitdiff
path: root/res/menu/dialpad_options.xml
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/dialpad_options.xml
parentda9fe01f539ca50251003d5c783aec434be23d3c (diff)
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/dialpad_options.xml')
-rw-r--r--res/menu/dialpad_options.xml4
1 files changed, 2 insertions, 2 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"