Hi,
How can I find (in native C++ code) the moment when message alert playback is done ?
I need to play something after the phone's notification.
Should I try to use audio system and wait until KErrInUse code will become KErrNone ?
Thanks in advance.
---
P.S.
Probably the correct answer will be CMdaAudioPlayerUtility::RegisterAudioResourceNotification()
I will try to use it.



