Can you perhaps disable it using:

getWindow().clearFlags(WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED);

Or does that not work ( I don't have a Galaxy Nexus to test )


On Dec 5, 7:01 pm, Romain Guy <romain...@android.com> wrote:
> This setting is unfortunately a double-edged sword, it was intended for
> developers so they could easily test their application with hardware
> acceleration turned on.
>
> You can easily check whether your app is hardware accelerated on startup
> and warn the user it's not supported.
>
>
>
>
>
>
>
>
>
> On Mon, Dec 5, 2011 at 9:21 AM, Mark Murphy <mmur...@commonsware.com> wrote:
> > On Mon, Dec 5, 2011 at 12:04 PM, webmonkey <webmonke...@gmail.com> wrote:
> > > I see now that there are some websites that advise people to turn it
> > > on because it makes everything run smoother.
>
> > Got any links? At least we can work on trying to get these posts
> > updated, particularly if there's no SDK means of telling Android "no
> > means no" when it comes to the Force GPU setting (and I see nothing in
> > the SDK that looks promising).
>
> > --
> > Mark Murphy (a Commons Guy)
> >http://commonsware.com|http://github.com/commonsguy
> >http://commonsware.com/blog|http://twitter.com/commonsguy
>
> > Warescription: Three Android Books, Plus Updates, One Low Price!
>
> > --
> > 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
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com

-- 
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