Osama Ahmad
Lurker
Hi, can anybody help me in this problem
public class IncomingCallReceiver extends BroadcastReceiver
{
@Override
public void onReceive(Context context, Intent intent)
{
i want to show dialog with "ok" or "cancel"
if press on ok then show Intent "A"
}
}
Help pls.
public class IncomingCallReceiver extends BroadcastReceiver
{
@Override
public void onReceive(Context context, Intent intent)
{
i want to show dialog with "ok" or "cancel"
if press on ok then show Intent "A"
}
}
Help pls.