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

Commit 1bedce66 authored by Shishir Agrawal's avatar Shishir Agrawal
Browse files

Removing the error return value requirement for RIL_REQUEST_SIM_OPEN_CHANNEL.

On error, the RIL implementation should throw an error and the value returned
does not need to be valid.

Change-Id: Idf81e6f7e2aa5e967e97cef402dfd53150b9b183
parent de9ca65e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1707,8 +1707,7 @@ public interface CommandsInterface {
     *
     * @param AID Application id. See ETSI 102.221 and 101.220.
     * @param response Callback message. response.obj will be an int [1] with
     *            element [0] set to the id of the logical channel. If set to -1,
     *            the channel is invalid.
     *            element [0] set to the id of the logical channel.
     */
    public void iccOpenLogicalChannel(String AID, Message response);