Hello.
I want to setting screen timeout.
home---settings---Sound & display---Screen timeout

---like Screen brightness setting source code---
WindowManager.LayoutParams lp = getWindow().getAttributes();
lp. screenBrightness = 1.0f;
getWindow().setAttributes(lp);
---------------------------------------------------------------------

I know Screen brightness setting but I don't know screen timeout
setting.
please teach me how to write.

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

Reply via email to