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

Commit 793736cc authored by Nathan Harold's avatar Nathan Harold
Browse files

Add Constants for UsageSetting

Bug: 210023167
Test: compilation
Change-Id: Ief078770b44719e105828bb61d3768ad24e277dd
parent 324c7b28
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;