I need to read out the current sms-sound and volume depending on the currently selected phone profile for Series60 Platform 1 and 2.
On Series80 the following code works fine. But not on Series 60. Please help!
for (TInt i = 0; i < SoundArr->Count(); ++i)
{
TBaSystemSoundInfo TmpEnty = SoundArr->At(i);
if (TmpEnty.iType.iMajor == KUidSystemSoundEvent &&
TmpEnty.iType.iMinor == KLafSoundUidReceivedMessage)
{
// found all needed infos
}
}