OSDN Git Service

Listen for weather update notifications instead of polling.
authorDaniel Sandler <dsandler@android.com>
Thu, 10 Dec 2009 17:15:16 +0000 (12:15 -0500)
committerDaniel Sandler <dsandler@android.com>
Fri, 11 Dec 2009 16:46:09 +0000 (11:46 -0500)
commitf6e3c42ec2bfd7e3440393bd5a0d498a513574c5
tree147f2c6cd0417a20a540204042f82421519e5067
parent80ff42c1abf87a4e81cb422446412973b46a75bd
Listen for weather update notifications instead of polling.

DeskClock still periodically requests updated information
from the weather content provider (as recommended by the
Genie team) but does so on an hourly schedule rather than
every 5 minutes.

Also addresses http://b/2314820.
src/com/android/deskclock/DeskClock.java