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

Commit 5071e04c authored by Nathan Harold's avatar Nathan Harold Committed by Android (Google) Code Review
Browse files

Merge "Add Constants for UsageSetting"

parents 025ceac5 793736cc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -530,6 +530,8 @@ public interface RILConstants {
    int RIL_REQUEST_GET_SLICING_CONFIG = 224;
    int RIL_REQUEST_ENABLE_VONR = 225;
    int RIL_REQUEST_IS_VONR_ENABLED = 226;
    int RIL_REQUEST_SET_USAGE_SETTING = 227;
    int RIL_REQUEST_GET_USAGE_SETTING = 228;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;