Cat: Do not send TR immediately for Display_Text
Currently for DISPLAY_TEXT proactive command, if the application response is not required, CatService sends a terminal response to card immediately and then sends the proactive command to StkApp. On receiving the TR, the card responds with a Session_End. If the Session_End is sent to StkApp before it finishes processing the Display_Text command, a nullPointerException is seen in StkApp Do not send Display_Text TR to card immediately. Send the TR after the Display_Text command response has been received from StkApp. Bug: 17553408 Change-Id: I23f25a9128e8545098610bec620429948233405e
Loading
Please register or sign in to comment