Commits

jsh authored 9c9151eccd2
Fix parameter mismatch for a couple of RIL commands. Both RIL_REQUEST_SET_SMSC_ADDRESS and RIL_REQUEST_CDMA_FLASH take a string as a parameter. But RIL.java was sending down an array of strings with a single element instead.