This is what shown at the beginning of the powerdialog.java
/**
* @deprecated use {...@link GlobalActions} instead.
*/
On Sun, Aug 9, 2009 at 12:39 PM, Pascal Merle <[email protected]>wrote:
>
> I just stumpled over android/frameworks/policies/base/phone/com/
> android/internal/policy/impl/PowerDialog.java.
> The source file in master seems to be outdated. When I use the phone I
> get a power dialog with nice icons, and showing the present status.
> The source code not even includes a silence button:
>
> if (mSilent != null) {
> mSilent.setOnClickListener(this);
> // XXX: HACK for now hide the silent until we get mute
> support
> mSilent.setVisibility(View.GONE);
> }
>
> Can you point me to the right location of the source for power dialog?
>
> >
>
--
Android-x86
http://code.google.com/p/android-x86/
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---