From 2b84b652b33977d82e0af4ab9fdc7a97cb8d5a33 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 15 Dec 2015 17:12:22 -0800 Subject: [PATCH] Reverting the cache version change, so that users on release version do not get the cache reset Change-Id: I61b06ca001e6ae47693e8d6f467565314d66f1b4 --- 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 2675d27351..a77332fd61 100644 --- a/src/com/android/launcher3/IconCache.java +++ b/src/com/android/launcher3/IconCache.java @@ -782,7 +782,7 @@ public class IconCache { } private static final class IconDB extends SQLiteOpenHelper { - private final static int DB_VERSION = 8; + private final static int DB_VERSION = 7; private final static String TABLE_NAME = "icons"; private final static String COLUMN_ROWID = "rowid";