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

Commit d985d0a3 authored by Ling Ma's avatar Ling Ma Committed by Jack Yu
Browse files

Add PROTOCOL_UNKOWN

Test: build
Bug: 217375910
Merged-In: I5bd0351925d27bb2178d4cd0cc93197f463236cd
Change-Id: I5bd0351925d27bb2178d4cd0cc93197f463236cd
parent d7013fb9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -369,6 +369,10 @@ public class ApnSetting implements Parcelable {
    public @interface AuthType {}

    // Possible values for protocol which is defined in TS 27.007 section 10.1.1.
    /** Unknown protocol.
     * @hide
     */
    public static final int PROTOCOL_UNKNOWN = -1;
    /** Internet protocol. */
    public static final int PROTOCOL_IP = 0;
    /** Internet protocol, version 6. */