Reverting the cache version change, so that users on release version do not get the cache reset
am: 2b84b652b3
* commit '2b84b652b33977d82e0af4ab9fdc7a97cb8d5a33':
Reverting the cache version change, so that users on release version do not get the cache reset
diff --git a/src/com/android/launcher3/IconCache.java b/src/com/android/launcher3/IconCache.java
index f271601..1cf31fd 100644
--- a/src/com/android/launcher3/IconCache.java
+++ b/src/com/android/launcher3/IconCache.java
@@ -789,7 +789,7 @@
}
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";