Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0399854d authored by Taesu Lee's avatar Taesu Lee
Browse files

Fix descriptions for default SIM in global preferences



Test: Not required.

Change-Id: I7f32eb495b53d13aba50b07d86e63f0549e9e6bb
Signed-off-by: default avatarTaesu Lee <taesu82.lee@samsung.com>
parent 7529e67a
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -14279,8 +14279,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";
@@ -14294,15 +14293,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";