OSDN Git Service

Clearing icon cache due to system app icon changes (without any SDK change)
authorSunny Goyal <sunnygoyal@google.com>
Mon, 3 Apr 2017 21:12:15 +0000 (14:12 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Mon, 3 Apr 2017 21:12:52 +0000 (14:12 -0700)
Bug: 36366450
Change-Id: I23b77bd2bff292dee0e9ec576ba49f03e34628a6

src/com/android/launcher3/IconCache.java

index 1f473a2..9bf2809 100644 (file)
@@ -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);