diff options
| author | Amit Mahajan <amitmahajan@google.com> | 2019-09-17 10:31:23 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-09-17 10:31:23 -0700 |
| commit | f87866ba9fbbb1540393562ae57f6587d0459f8d (patch) | |
| tree | 162bc281d5df8e58c094b64dc284f95c96ede87a /core/java | |
| parent | 36469ac0714f3757802fdc81aba9c53e9a110c8d (diff) | |
| parent | eeeb74a093fa5cdf0009f0af87b1a1134066d915 (diff) | |
Merge "Fix descriptions for default SIM in global preferences"
am: eeeb74a093
Change-Id: Ie4e492062c0c1a91b36abce43fde3506ae2cbc60
Diffstat (limited to 'core/java')
| -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 f92be195229e..c8f2d760f974 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -14343,8 +14343,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"; @@ -14358,15 +14357,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"; |
