summaryrefslogtreecommitdiff
path: root/res
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
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')
-rw-r--r--res/menu/dialpad_options.xml4
-rw-r--r--res/menu/dialtacts_options.xml4
-rw-r--r--res/values/strings.xml2
3 files changed, 5 insertions, 5 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" />
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7513b5008..a6aecc113 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -327,7 +327,7 @@
<string name="add_wait">Add wait</string>
<!-- Menu item to select SIM card [CHAR LIMIT=30] -->
- <string name="menu_select_sim">Select SIM card</string>
+ <string name="menu_select_subscription">Select Subscription</string>
<!-- Menu item label for call settings [CHAR LIMIT=30] -->
<string name="call_settings">Settings</string>