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

Commit 9c81a96b authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

Unhide TelephonyManager.PHONE_TYPE_CDMA. (do not merge)

This is integrated from eclair.
parent ef079601
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -112038,6 +112038,17 @@
 visibility="public"
>
</field>
<field name="PHONE_TYPE_CDMA"
 type="int"
 transient="false"
 volatile="false"
 value="2"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="PHONE_TYPE_GSM"
 type="int"
 transient="false"
+0 −1
Original line number Diff line number Diff line
@@ -265,7 +265,6 @@ public class TelephonyManager {

    /**
     * CDMA phone
     * @hide
     */
    public static final int PHONE_TYPE_CDMA = RILConstants.CDMA_PHONE;