Clearing icon cache due to system app icon changes (without any SDK change)

Bug: 36366450
Change-Id: I23b77bd2bff292dee0e9ec576ba49f03e34628a6
This commit is contained in:
Sunny Goyal
2017-04-03 14:12:15 -07:00
parent 39a99e7098
commit 9b5a97585f
+1 -1
View 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);