Merge "Added the new RIL request to set SIM power state" am: 2f21f71da4 am: bf21df3306

am: 8c89daceaf

Change-Id: I7dd15375a56a9243bf0c24c87def9949596093e0
This commit is contained in:
Jack Yu
2017-02-17 01:40:51 +00:00
committed by android-build-merger

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;