In PointerLocation, you are setting the window attributes in the
onCreate() call.

I am trying do this in the onResume() call.  Does that make a
difference?

In another case I am doing it in reponse to a seekBar setting in the
midst of an Activity.  It does not work there either.

On Oct 29, 6:15 pm, Dianne Hackborn <hack...@android.com> wrote:
> Works fine for me in PointerLocation.  *shrug*  Sorry, I don't know off-hand
> what is going on for you.
>
> On Fri, Oct 29, 2010 at 4:08 PM, burton miller <burton.mil...@gmail.com>wrote:
>
>
>
> > Come on Diane, Mark, Reto - help a fellow out with your words of
> > wisdom;)
>
> > On Oct 27, 4:55 pm, burton miller <burton.mil...@gmail.com> wrote:
> > > Anybody have any idea why this is not working under 2.2?  (nexus one)
>
> > > WindowManager.LayoutParams lp = getWindow().getAttributes();
> > > lp.screenBrightness = 1.0f;
> > > getWindow().setAttributes(lp);
>
> > > And yes, the auto-brightness is disabled under settings.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> 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.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to