Getting EVT_KEY_PRESS continously with KB_AUTOREPEAT | developer.brewmp.com Getting EVT_KEY_PRESS continously with KB_AUTOREPEAT | developer.brewmp.com

Developer

Getting EVT_KEY_PRESS continously with KB_AUTOREPEAT

Forums:

Device: Samsung R600
When my application is started by alarm during a voice call,Application wakes up on voice call end and display the UI.

Now if I press any key except CLR, I get EVT_KEY_PRESS and EVT_KEY events continously with KB_AUTOREPEAT. But I don't get EVT_KEY_RELEASE.

This behavior happens only in case when application is started by alarm during a voicecall with flag SSA_AFTER_VOICE_CALL.