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

Commit f6249699 authored by Sudheer Reddy Yampalla's avatar Sudheer Reddy Yampalla Committed by Steve Kondik
Browse files

Telephony: Add support for tune away and priority sub

Add constants for tune away and priority subscription
CRs-fixed: 464483

Change-Id: I790cfdcd9a1dee946502349084a4d8138d2144ec
parent 37b6d7fb
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -6964,6 +6964,20 @@ public final class Settings {
         */
        public static final String[] MULTI_SIM_USER_PREFERRED_SUBS = {"user_preferred_sub1",
                "user_preferred_sub2","user_preferred_sub3"};

        /**
          * Subscription to be used decide priority sub on a multi sim device. The supported values
          * are 0 = SUB1, 1 = SUB2, 2 = SUB3.
          * @hide
          */
        public static final String MULTI_SIM_PRIORITY_SUBSCRIPTION = "multi_sim_priority";

        /**
          * To know the status of tune away. The supported values
          * are false = disable, true = enable.
          * @hide
          */
        public static final String TUNE_AWAY_STATUS = "tune_away";
    }

    /**