summaryrefslogtreecommitdiffstats
path: root/iconloaderlib
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-02-12 09:23:04 -0800
committerHyunyoung Song <hyunyoungs@google.com>2019-02-12 09:23:04 -0800
commit224b028092f19a37bc2d8c7d176df97720432098 (patch)
tree2b6b2d8607f5e76f3a5bb2f751d628a2871440f9 /iconloaderlib
parent2341e5b09f81ebb9704a59946036374b52222f72 (diff)
downloadandroid_packages_apps_Trebuchet-224b028092f19a37bc2d8c7d176df97720432098.tar.gz
android_packages_apps_Trebuchet-224b028092f19a37bc2d8c7d176df97720432098.tar.bz2
android_packages_apps_Trebuchet-224b028092f19a37bc2d8c7d176df97720432098.zip
Increase icon cache version
Bug: 123939586 TL;DR;; For users that lost the change icon shape setting in home settings, their icons will start upgrading to circle resulting in inconsistent shapes. Change-Id: Ibe5f1cdcc39a6b8688c287f46bcc7d7b09302b27
Diffstat (limited to 'iconloaderlib')
-rw-r--r--iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java b/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java
index 2966cb170..d84633d56 100644
--- a/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java
+++ b/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java
@@ -505,7 +505,7 @@ public abstract class BaseIconCache {
}
static final class IconDB extends SQLiteCacheHelper {
- private final static int RELEASE_VERSION = 25;
+ private final static int RELEASE_VERSION = 26;
public final static String TABLE_NAME = "icons";
public final static String COLUMN_ROWID = "rowid";