You can't do this with an application, you need to modify the platform. Given that you are making your own product, you can just modify the relevant parts of the platform to behave how you want.
On Sun, Aug 16, 2009 at 11:47 PM, hstdev <[email protected]> wrote: > > Hi > > I am new to Android. Just started with Hello activity program (1.5 R3 > SDK). > I need to work on a new product based upon android platform and my job > is to write an application which can take complete control of UI. > I want to use the existing android framework (say G1 phone framework) > as much as possible and do little changes wherever required. > > Now my question is - Is there any mechanism in Android to takeover > control of the default UI behavior?? > > Like there must be some listener to track the incoming call, but then, > can I restrict the incoming call indication and show my own screen? > > one way which I can think of is : > > Capturing the events/data to native display driver and diverting this > information to my own display driver.then I want to show my own > screens. > > Is this possible or there are security restrictions ? > If possible how much effort it will require? > > Is there any alternative easy way present? (Say changes at framework/ > application level?) > > I just want to do these changes for my work, I do not want to propose > any changes in the existing Android framework. > > Thanks in advance. > > Best Regards > hstdev > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
