summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/util/IOUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Moving some utilities methods to separate classSunny Goyal2019-07-171-0/+16
| | | | Change-Id: I5094b22ddc77c45590cea1a5f5dead0dc7580abf
* Filling in content values on the worker threadSunny Goyal2019-04-251-0/+25
| | | | | | | | | | Writing to disk hapens on the worker thread, so if we create content values on UI thread, some values can change before it is written to disk. This happens in case of shortcuts, where the badge is applied after the icon is queued, but before it is written Bug: 131303610 Change-Id: Ic35b17071d4ed3e5c5fee9f003a225e4ffdc74f3
* Adding support for DB downgradeSunny Goyal2017-05-091-0/+55
Adding a schema file for handling DB downgrade. This schema file is part of the backup/restore set, and hence is available on a device with lower app version. Bug: 37257575 Change-Id: I69c8ef5f28d5209be6e6679412c7459d4eeda5d0