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

Commit 4443c9f8 authored by Sandeep Gutta's avatar Sandeep Gutta Committed by Gerrit - the friendly Code Review server
Browse files

Telephony(MSIM): Store defaultSubId in shared pref

Add support to store default subId value in
shared preference to retain it in next boots.

Change-Id: I83de098025a211031d316af85a6d4ff8ab86bb73
CRs-Fixed: 764061
parent f8757faa
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7283,6 +7283,13 @@ public final class Settings {
        }


        /**
          * Subscription to be used for handling legacy TelephonyManager/other aidl API calls.
          *  Valid subId values are greater than 0.
          * @hide
          */
        public static final String MULTI_SIM_DEFAULT_SUBSCRIPTION = "multi_sim_default_sub";

        /**
          * Subscription to be used for voice call on a multi sim device. The supported values
          * are 0 = SUB1, 1 = SUB2 and etc.