Switch to explicitly managed cursors for weather query.
Previously, DeskClock used Activity.managedQuery, which didn't exactly leak cursors, but it allowed them to accumulate as long as the DeskClock Activity was running. When used overnight as a bedside clock, the Activity can run for a very long time without being paused. Bug: 2627720 Change-Id: If4d53d3d6cba9dd96b41a3e25f4c8fad75339c42
Loading
Please register or sign in to comment