diff options
| author | 2019-09-17 10:55:02 -0700 | |
|---|---|---|
| committer | 2019-09-17 10:55:02 -0700 | |
| commit | d0b019bf494db2a4c62bb1a0d6d63d4b64a9f3c8 (patch) | |
| tree | 310a9ed188f9fc8a9b54474301a979a8ef6e6069 | |
| parent | 705bb19c4e8e99c1b415f2b2c8fd0139c0f0379b (diff) | |
| parent | 0c8c4978ab307d23d171de2f885af5b6d7be8c7b (diff) | |
Merge "Fix descriptions for default SIM in global preferences" am: eeeb74a093 am: f87866ba9f am: fd8765b95e
am: 0c8c4978ab
Change-Id: I8f82a752c12dc91e8126d2ee923a560d6de2dd8a
| -rw-r--r-- | core/java/android/provider/Settings.java | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 3b40c0021575..d0f13587716c 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -12920,8 +12920,7 @@ public final class Settings { } /** - * Subscription to be used for voice call on a multi sim device. The supported values - * are 0 = SUB1, 1 = SUB2 and etc. + * Subscription Id to be used for voice call on a multi sim device. * @hide */ public static final String MULTI_SIM_VOICE_CALL_SUBSCRIPTION = "multi_sim_voice_call"; @@ -12935,15 +12934,13 @@ public final class Settings { public static final String MULTI_SIM_VOICE_PROMPT = "multi_sim_voice_prompt"; /** - * Subscription to be used for data call on a multi sim device. The supported values - * are 0 = SUB1, 1 = SUB2 and etc. + * Subscription Id to be used for data call on a multi sim device. * @hide */ public static final String MULTI_SIM_DATA_CALL_SUBSCRIPTION = "multi_sim_data_call"; /** - * Subscription to be used for SMS on a multi sim device. The supported values - * are 0 = SUB1, 1 = SUB2 and etc. + * Subscription Id to be used for SMS on a multi sim device. * @hide */ public static final String MULTI_SIM_SMS_SUBSCRIPTION = "multi_sim_sms"; |