OSDN Git Service

Reverting the cache version change, so that users on release version do not get the...
authorSunny Goyal <sunnygoyal@google.com>
Wed, 16 Dec 2015 01:12:22 +0000 (17:12 -0800)
committerSunny Goyal <sunnygoyal@google.com>
Wed, 16 Dec 2015 01:12:22 +0000 (17:12 -0800)
Change-Id: I61b06ca001e6ae47693e8d6f467565314d66f1b4

src/com/android/launcher3/IconCache.java

index 2675d27..a77332f 100644 (file)
@@ -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";