ISHELL_CloseApplet Question | developer.brewmp.com ISHELL_CloseApplet Question | developer.brewmp.com

Developer

ISHELL_CloseApplet Question

Forums:

Hi,

Brew Document says If we use ISHELL_CloseApplet, the applet is sent the EVT_APP_STOP message and IAPPLET_Release() is called.

when I use it in our app, I found IAPPLET_Release() isn't called in phone if app event handling function return TRUE(it means our app handled the event) for EVT_APP_STOP. But if I press CLR or END key to exit app, IAPPLET_Release() is always called no matter our event handling function return TRUE or FALSE.

I am wondering this is BREW bug or document doesn't address it clearly. Why ISHELL_CloseApplet behavior is different from CLR and END key?

I checked Brew2.1 and Brew3.1, they are same.

Thanks,

Alice