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

Commit 79d07f7e authored by Wink Saville's avatar Wink Saville
Browse files

Move RIL_REQUEST_SET_INITIAL_ATTACH_APN to RILConstants.java

Bug: 9626411
Change-Id: I0c278d9f4c6fd7e12c495c2411ab94ac87e1f316
parent 68b1cdcc
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -250,9 +250,6 @@ public final class RIL extends BaseCommands implements CommandsInterface {

    //***** Constants

    // TODO: To move it to RilConstants.java.
    static final int RIL_REQUEST_SET_INITIAL_ATTACH_APN = 111;

    // match with constant in ril.cpp
    static final int RIL_MAX_COMMAND_BYTES = (8 * 1024);
    static final int RESPONSE_SOLICITED = 0;