Hi All,
Is there a way to get the control back to the main activity that launched the Dialer to make a call.
It opens the call log after that.
I used the code below, but that causes issues with being able to see missed calls
> <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>
Any ideas ??
Regards.





