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

Commit 65011dad authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by The Android Open Source Project
Browse files

Merge branch 'readonly-p4-master'

parents c92bb0cf 3a0e1961
Loading
Loading
Loading
Loading
+20 −20
Original line number Diff line number Diff line
@@ -204,10 +204,10 @@ cat include/telephony/ril.h | \
    int RIL_REQUEST_CDMA_GET_BROADCAST_CONFIG = 92;
    int RIL_REQUEST_CDMA_SET_BROADCAST_CONFIG = 93;
    int RIL_REQUEST_CDMA_BROADCAST_ACTIVATION = 94;
    int RIL_REQUEST_CDMA_SUBSCRIPTION = 99;
    int RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM = 100;
    int RIL_REQUEST_CDMA_DELETE_SMS_ON_RUIM = 101;
    int RIL_REQUEST_DEVICE_IDENTITY = 102;
    int RIL_REQUEST_CDMA_SUBSCRIPTION = 95;
    int RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM = 96;
    int RIL_REQUEST_CDMA_DELETE_SMS_ON_RUIM = 97;
    int RIL_REQUEST_DEVICE_IDENTITY = 98;
    int RIL_UNSOL_RESPONSE_BASE = 1000;
    int RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED = 1000;
    int RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED = 1001;