Hi,
I tried to go to missed call view of log application using this part of code
const TUid KCallUid = { 0x101F4CD5 };
const TUid KMissedUid = {0x06};...
Type: Posts; User: swethanagaraj; Keyword(s):
Hi,
I tried to go to missed call view of log application using this part of code
const TUid KCallUid = { 0x101F4CD5 };
const TUid KMissedUid = {0x06};...
Hi,
I tried to go to missed call view of log application using this part of code
const TUid KCallUid = { 0x101F4CD5 };
const TUid KMissedUid = {0x06};...
Thanks for your quick reply.
Actually I need an event when I go to the missed calls view of the Log Application and delete a missed call entry from it.
Hi,
I want to register with nokia call log application so that i can get all the events such as calls missed, received and dialled.
Also i want to catch the event of deletion of any entries that...