First off, I’m a beginner in mobile development.
I’ve seen many similar questions but none of them would answer specifically this.
I’m developing a game for android, platform target 2.2, in Java (eclipse, android sdk, avd, etc), and would like to know if there’s a way to make the phone ring (based on the current ringtone, settings, etc) as if you were receiving a call from your app.
Think of it as if one of the characters of the game would be calling you, to notify you about something (for example, you could let something in a game kind of ‘oven’, and your assistant would call you when the food is ready)
Is it possible?
IMHO this is not possible. If you want to do that you have to create an
Activitywith a layout similar to that of the incoming-call-screen.Sure you can use the Android code as it is open source: Layout Directory on GIT