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

Commit cb861c0f authored by Nathan Harold's avatar Nathan Harold
Browse files

Add Constants for UsageSetting

Bug: 210023167
Test: compilation
Merged-In: Ief078770b44719e105828bb61d3768ad24e277dd
Change-Id: Ief078770b44719e105828bb61d3768ad24e277dd
(cherry picked from commit 793736cc)
parent 4f4060c7
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;