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

Commit 143fe100 authored by Rambo Wang's avatar Rambo Wang Committed by Automerger Merge Worker
Browse files

Introduce a new RIL request constant to support getBarringInfo. am: ca33ed2d

Change-Id: I50ba0b4e145aac84b6c1de6c5a240ced488fb057
parents 36809feb ca33ed2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -492,6 +492,7 @@ public interface RILConstants {
    int RIL_REQUEST_ENABLE_UICC_APPLICATIONS = 208;
    int RIL_REQUEST_GET_UICC_APPLICATIONS_ENABLEMENT = 209;
    int RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS = 210;
    int RIL_REQUEST_GET_BARRING_INFO = 211;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;