summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/IconCache.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-04-03 14:12:15 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-04-03 14:12:52 -0700
commit9b5a97585fb1d86a0855630c9f2614eb3268ced6 (patch)
tree8523933c47cc27750b436aacbb489382516edc85 /src/com/android/launcher3/IconCache.java
parent39a99e709815216b21def81336f1b91ec1f8c90c (diff)
downloadandroid_packages_apps_Trebuchet-9b5a97585fb1d86a0855630c9f2614eb3268ced6.tar.gz
android_packages_apps_Trebuchet-9b5a97585fb1d86a0855630c9f2614eb3268ced6.tar.bz2
android_packages_apps_Trebuchet-9b5a97585fb1d86a0855630c9f2614eb3268ced6.zip
Clearing icon cache due to system app icon changes (without any SDK change)
Bug: 36366450 Change-Id: I23b77bd2bff292dee0e9ec576ba49f03e34628a6
Diffstat (limited to 'src/com/android/launcher3/IconCache.java')
-rw-r--r--src/com/android/launcher3/IconCache.java2
1 files changed, 1 insertions, 1 deletions
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);