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

Commit a6ae221c authored by Chirayu Desai's avatar Chirayu Desai
Browse files

TelephonyManager: hide NETWORK_TYPE_DCHSPAP

Change-Id: I77e6d537d5ebbe67bac26c6ef6d0dda498640ca0
parent ecd66c12
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -566,7 +566,9 @@ public class TelephonyManager {
    public static final int NETWORK_TYPE_EHRPD = 14;
    /** Current network is HSPA+ */
    public static final int NETWORK_TYPE_HSPAP = 15;
    /** Current network is DC-HSPAP */
    /** Current network is DC-HSPAP
     * @hide
     */
    public static final int NETWORK_TYPE_DCHSPAP = 30;

    /**