That isn't really true. There is one window manager, and there is an abstraction for implementing a specific policy for that window manager (such things as where the status bar goes, what the end call and home keys do, etc). There are currently two policy classes, PhoneWindowManager and MidWindowManager, though you should just consider PhoneWindowManager to be the true, correct one. The intention though is that the window manager policy is where most device-specific customizations can go, so you may very well make your own version of PhoneWindowManager for a particular device.
On Wed, Feb 18, 2009 at 1:50 AM, Paranoia <[email protected]> wrote: > > currently there are 2 window managers: 1 for phone, the other for mid. > i think you can add your own window manager for your own policy > > On Feb 18, 4:41 pm, Nasam <[email protected]> wrote: > > hi > > > > I was going through the window manager of android. I wonder if is it > > possible to replace this window manger with out own window manger. Is > > this supported? what depencies are there for this? > > > > please answer this question if anybody knows > > thanks in advance > > > > NASAM > > > -- 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. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
