Add methods to TelephonyManager for Subscription management (2/3)
As part of the effort to permit third-party suppliers of telephone
connectivity, we permit clients of TelephonyManager to obtain the
currently valid Subscription objects describing these suppliers. The
Subscriptions are intended to be self-describing such that an end-user
can choose from among them based on the information they contain. One
of these objects may then be attached to an ACTION_DIAL or ACTION_CALL
Intent to represent the end-user's choice of how to make a call.
Change-Id: Ia462e4cd830a0b0d067f79b91cb2df79358e35f9
Conflicts:
src/com/android/telecomm/TelecommServiceImpl.java
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 747eca7..e85d7b6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -75,4 +75,23 @@
<!-- "Respond via SMS": Confirmation message shown after sending
a text response. [CHAR LIMIT=40] -->
<string name="respond_via_sms_confirmation_format">Message sent to <xliff:g id="phone_number">%s</xliff:g>.</string>
+
+
+ <!-- DO NOT TRANSLATE. Label for test Subscription 0. -->
+ <string name="test_subscription_0_label">Q Mobile</string>
+ <!-- DO NOT TRANSLATE. Label for test Subscription 1. -->
+ <string name="test_subscription_1_label">Market Wireless</string>
+ <!-- DO NOT TRANSLATE. Label for test Subscription 2. -->
+ <string name="test_subscription_2_label">Sonoma Circles Talk Plus</string>
+ <!-- DO NOT TRANSLATE. Label for test Subscription 3. -->
+ <string name="test_subscription_3_label">Bay Voice Chat Pro</string>
+
+ <!-- DO NOT TRANSLATE. Short description for test Subscription 0. -->
+ <string name="test_subscription_0_short_description">Account with Q Mobile</string>
+ <!-- DO NOT TRANSLATE. Short description for test Subscription 1. -->
+ <string name="test_subscription_1_short_description">Account with Market Wireless</string>
+ <!-- DO NOT TRANSLATE. Short description for test Subscription 2. -->
+ <string name="test_subscription_2_short_description">Talk to everyone in your Circles!</string>
+ <!-- DO NOT TRANSLATE. Short description for test Subscription 3. -->
+ <string name="test_subscription_3_short_description">Chat with Chat Network users</string>
</resources>