From 9b5a97585fb1d86a0855630c9f2614eb3268ced6 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Mon, 3 Apr 2017 14:12:15 -0700 Subject: [PATCH] Clearing icon cache due to system app icon changes (without any SDK change) Bug: 36366450 Change-Id: I23b77bd2bff292dee0e9ec576ba49f03e34628a6 --- src/com/android/launcher3/IconCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/IconCache.java b/src/com/android/launcher3/IconCache.java index 1f473a26f..9bf2809cb 100644 --- a/src/com/android/launcher3/IconCache.java +++ b/src/com/android/launcher3/IconCache.java @@ -762,7 +762,7 @@ public class IconCache { } private static final class IconDB extends SQLiteCacheHelper { - private final static int DB_VERSION = 10; + private final static int DB_VERSION = 11; private final static int RELEASE_VERSION = DB_VERSION + (FeatureFlags.LAUNCHER3_DISABLE_ICON_NORMALIZATION ? 0 : 1); -- 2.11.0