OSDN Git Service

Make power control widget be more responsive. Fix StrictMode violations.
authorBrad Fitzpatrick <bradfitz@android.com>
Fri, 27 Aug 2010 23:59:41 +0000 (16:59 -0700)
committerBrad Fitzpatrick <bradfitz@android.com>
Sat, 28 Aug 2010 00:11:10 +0000 (17:11 -0700)
commitae0ff95272fe2a7e32114ef4565e8c6b52c269b4
tree85753beed3042c0dbd9e7addc15063995ff5d004
parenta457719c5042f944540f76c03b5e61ecd0ffae39
Make power control widget be more responsive.  Fix StrictMode violations.

Also use new location providers changed broadcast intent, and fix a bug
introduced in Froyo where we stopped observing the SYSTEM_CLOSE_DIALOGS
intent so we fell out of sync (more often) with the sync settings.

Now even responsive during the boot I/O storm!  (except for toggling
brightness, which still does disk writes from the UI thread...)

BUG=2956025

Change-Id: I77876ff6e0be2325c15d5f08bb2970edf233f839
AndroidManifest.xml
src/com/android/settings/widget/SettingsAppWidgetProvider.java