Loading
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.
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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.