I would like to be able to do what they do in this app:
http://www.threadabort.com/archive/2009/12/14/city-caller-id-my-first-android-app.aspx

<http://www.threadabort.com/archive/2009/12/14/city-caller-id-my-first-android-app.aspx>In
the screenshot, they draw a view in the buttom of the built-in caller
activity.

My first idea was to start a new activity, with a transparent theme so that
the built-in caller activity is still visible.
However, as for as i know only one activity can take input from the user. I
dont wont to stop the user from being able to take the call...

Hope i made myself a little much clear this time? :)



On Mon, Jan 11, 2010 at 5:56 PM, Mark Murphy <mmur...@commonsware.com>wrote:

> Klaus Kartou wrote:
> > I dont think I can show a dialog from a service...remember, I dont have
> > an activity. My service starts when there is an incomming call...i then
> > need to display a message without stopping the build in caller activity.
>
> I don't know what "stopping the build in caller activity" means.
>
> You can call startActivity() from a Service.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://twitter.com/commonsguy
>
> Android App Developer Books: http://commonsware.com/books
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to