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

Commit 19e22266 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am de9ca65e: Merge "Change in semantics for RIL_REQUEST_SIM_OPEN_CHANNEL: -1 indicates error."

* commit 'de9ca65e':
  Change in semantics for RIL_REQUEST_SIM_OPEN_CHANNEL: -1 indicates error.
parents ed38d9d3 de9ca65e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1707,7 +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 0,
     *            element [0] set to the id of the logical channel. If set to -1,
     *            the channel is invalid.
     */
    public void iccOpenLogicalChannel(String AID, Message response);