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

Commit 4e73876d authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 89edee05: Merge "Removing the error return value requirement for RIL_REQUEST_SIM_OPEN_CHANNEL."

* commit '89edee05':
  Removing the error return value requirement for RIL_REQUEST_SIM_OPEN_CHANNEL.
parents 19e22266 89edee05
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);