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

Commit baad1e6c authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by Android (Google) Code Review
Browse files

Merge "Define ril request for enableUiccApplications."

parents 15c52b42 e6c536a1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -489,6 +489,8 @@ public interface RILConstants {
    int RIL_REQUEST_EMERGENCY_DIAL = 205;
    int RIL_REQUEST_GET_PHONE_CAPABILITY = 206;
    int RIL_REQUEST_SWITCH_DUAL_SIM_CONFIG = 207;
    int RIL_REQUEST_ENABLE_UICC_APPLICATIONS = 208;
    int RIL_REQUEST_GET_UICC_APPLICATIONS_ENABLEMENT = 209;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;
@@ -552,4 +554,5 @@ public interface RILConstants {
    int RIL_UNSOL_ICC_SLOT_STATUS = 1100;
    int RIL_UNSOL_PHYSICAL_CHANNEL_CONFIG = 1101;
    int RIL_UNSOL_EMERGENCY_NUMBER_LIST = 1102;
    int RIL_UNSOL_UICC_APPLICATIONS_ENABLEMENT_CHANGED = 1103;
}