Here is what I want to do. I have created a broadcastreceiver class which detects incoming calls through callrecieve activity. Now as soon as a call comes I want to find its current time and display it through another activity. I have used intents for this. But still I am not getting the time value as required, displayed when I receive a call. I have posted all the codes I am using. any help would be greatHere is what I want to do. I have created a bro