We noticed some devices(not android's) support such feature:black out screen and turn bright when someone touches it. Our custom want us to simulate such function with android. We trid to set WindowManager.LayoutParams.screenBrightness to make screen dark enough but still knowing touch motion but failed.
lp.screenBrightness = 0.039f; //dark enough and looks dead lp.screenBrightness = 0.04f; //not dark enough but knowing touch motion It turns out that there is no way to make our customer happy. I think Android has nothing to do with our problem and it should be the problem of LED screen maker. If they can make such LED, Android will support it also. Am I right? Best Regards. James -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

