Hi All,

Can any body help me understand, how do I go about adding a new
activity to default phone application.
I need to add a menu to incall connected screen , on press of that
menu i need to start a new activity which I want to add to system
image.

Adding menus is ok, i can add it along with currently available menu
items and when i recompile the code this menu would be visible along
with other menus.

My concern/query is that if I add a new class file having my activity
then how would this get compiled and added to system image?

-Kartic

On Apr 22, 8:38 pm, Jey Michael <jey.mich...@gmail.com> wrote:
> Given that you already have the keyword 'dialtacts', you can search 
> usinghttp://www.google.com/codesearch?hl=en&lr=&q=dialtacts+package%3Aandr...
>
> The packages/apps/Phone.git shows up first, with the path
> src/com/android/phone/*Dialtacts*Activity.java<http://www.google.com/codesearch/p?hl=en#r4Q5vzOJY9U/src/com/android/...>
>
> and the resources etc, are in that git project.
>
> Someone needs to make the above search tool more visible.  It seems not many
> people are aware of this.
> -Jey
>
>
>
> On Wed, Apr 22, 2009 at 5:07 AM, Kartic <karti...@gmail.com> wrote:
>
> > Hi,
>
> > I am planning to modify existing dialer application in Android source
> > code. I need to modify the screen which comes after call is connected.
> > Can i modify this screen/view to add few buttons and menu options to
> > it?
> > Where can I find code related to this screen? (in android's source
> > code)
>
> > thanks
> > kartic- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to