From 224b028092f19a37bc2d8c7d176df97720432098 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Tue, 12 Feb 2019 09:23:04 -0800 Subject: [PATCH] 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 --- .../src/com/android/launcher3/icons/cache/BaseIconCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java b/iconloaderlib/src/com/android/launcher3/icons/cache/BaseIconCache.java index 2966cb1700..d84633d563 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";