Merge "Added the new RIL request to set SIM power state"

This commit is contained in:
Treehugger Robot
2017-02-17 01:13:25 +00:00
committed by Gerrit Code Review

View File

@@ -411,6 +411,7 @@ cat include/telephony/ril.h | \
int RIL_REQUEST_GET_ACTIVITY_INFO = 135;
int RIL_REQUEST_SET_ALLOWED_CARRIERS = 136;
int RIL_REQUEST_GET_ALLOWED_CARRIERS = 137;
int RIL_REQUEST_SET_SIM_CARD_POWER = 140;
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;