Suppose I wanted to design a cheap little app which lets you schedule
fake phone calls to yourself, along similar lines as this app:
http://magictap.net/fakecalls/

I'd imagine using an AlarmManager would be suitable for this purpose,
the question is how to generate a fake incoming call screen, complete
with the slide to answer call option. My initial approach, the
AlarmManager should launch a PendingIntent. However, I'm not sure
where to go from here, in particular to get an Activity started which
displays the fake call screen.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to