I want to create an Android application that will allow me to associate context / look up caller-relevant information when a caller from my Contacts List makes a call (e.g. look up meetings scheduled with this person)
...
I have a function, say f(args), that is being called from many places in my code.
When args is undefined f() throws an exception.
I would like to identify who called f() with the undefined parameter.
What would be the easiest way to find the exact line (file name + line number) that called f() ?
Is that possible to see the caller in ...
Hi guys,
I wan to hide/show my caller id from my activity programmatically. I tried to find it in the android documentation but without the luck. Maybe you have any ideas?
Thanks,
marqs
...