Thanks! This defenitely helps, although not an ideal solution. I've tried doing something in phone state listener but didn't work out, still keep looking...
On Mar 1, 6:23 am, TAKEphONE <[email protected]> wrote: > Hi, > > Been trying to do the same myself. > > Could not find a way besides adding the > > <intent-filter> > <action android:name="android.intent.action.VIEW" /> > <category > android:name="android.intent.category.DEFAULT" /> > <data android:mimeType="vnd.android.cursor.dir/calls" / > > </intent-filter> > > This launches my app (aTAKEphONE) when a call ends, but the problem is > it also launches my app when the user selects the "missed call" > notification > from the top status bar. > > Nice feature by itself, but this cases that missed call notification > to stay ON - > there is no way to turn it off by myself... > > If you find another solution - let me know... > > On Feb 28, 6:09 pm,stematt<[email protected]> wrote: > > > > > Hi everyone, > > > I'm looking for a way to resume my activity (which makes phone call) > > after call ends by user. Currently after user ends a call, it always > > returns to the phone's native call-log screen instead of the activity > > that originated the call. Is there any way to prevent or customize > > this? > > > Regards, > >Stematt- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

