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

Commit 8b0cf593 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Add Constants for UsageSetting" am: 569fbec7 am: 4b9ed092

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1917119

Change-Id: I1b1c121966cc15fe8df4e6b19367cb54a892655f
parents cbc012a6 4b9ed092
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;