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

Commit cab51a2c 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

Change-Id: I790cfdcd9a1dee946502349084a4d8138d2144ec
CRs-fixed: 464483
(cherry picked from commit ebaedd5e9dc33feda0fb0a0c47e204c4efa41873)
(cherry picked from commit 1c534171e946a46c15bfadb5f0732a6b32cc5ec7)
parent 476c63a0
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -7258,6 +7258,19 @@ 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";
    }

    /**