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

Commit 6dabd4bd authored by Gwen Lin's avatar Gwen Lin Committed by Android (Google) Code Review
Browse files

Merge "Add RIL constant for setImsCapability" into main

parents ca4fe6fd b47eac14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -554,6 +554,7 @@ public interface RILConstants {
    int RIL_REQUEST_IS_SATELLITE_ENABLED_FOR_CARRIER = 253;
    int RIL_REQUEST_SET_USER_DATA_ENABLED = 254;
    int RIL_REQUEST_SET_USER_DATA_ROAMING_ENABLED = 255;
    int RIL_REQUEST_UPDATE_ALLOWED_IMS_SERVICES = 256;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;