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

Commit 598d382e authored by Rakesh Pallerla's avatar Rakesh Pallerla Committed by Deepak Kundra
Browse files

Store Network Mode selected in subId Table.

Modify code to store network selected by user in
subId table.
DELETED:telephony/java/android/telephony/SubInfoRecord.java

Change-Id: I361c5cbc47ea6079deb3e807276a3f3504a9535e
parent 4242f704
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -120,6 +120,14 @@ public class SubscriptionManager {
    /** @hide */
    public static final int SIM_NOT_INSERTED = -1;

    /**
     * The Network mode of SIM/sub.
     * <P>Type: INTEGER (int)</P>
     */
    public static final String NETWORK_MODE = "network_mode";

    public static final int DEFAULT_NW_MODE = -1;

    /**
     * The activation state of SIM/sub.
     * <P>Type: INTEGER (int)</P>