Thanks.  It's good to know this works on at least some phones.  So I
guess I'll just provide a user setting for whether to turn the screen
off or not, so those whose phones don't have this problem can still
save power.  And I'll file a bug report.

Now I'm running into the problem that even SCREEN_DIM_WAKE_LOCK
doesn't really work.  It keeps the phone on for a little while, but
within a few minutes after the regular screen timeout, it invariably
turns completely off.  Sigh.  I get the feeling that wake locks are a
half implemented feature.  I suppose I'll try just calling
PowerManager.userActivity() every few seconds to prevent that, then
manually dimming or turning off the screen by setting
screenBrightness.

Peter

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