commit | d289e64a2d7c8efba78b9066b647ee321eba701a | [log] [tgz] |
---|---|---|
author | Svetoslav <svetoslavganov@google.com> | Fri Mar 13 12:08:42 2015 -0700 |
committer | Svetoslav <svetoslavganov@google.com> | Fri Mar 13 12:08:45 2015 -0700 |
tree | e92b1fde9d815726225e2b0c1c12eca89964f973 | |
parent | c6ee744a90a4a84df93b6631ca7df8736ef320e1 [diff] |
Persist settings on a normal priority thread. We were doing the work for persisting settings on a background priority thread and as a result persistence was not happening correctly on a low end devices. Now we use a worker thread with normal priority. bug:19611897 Change-Id: I378c6e324935f5e3def8b986bd48486bfab55265