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?

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to