summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/IconCache.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-09-17 14:59:10 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-12-02 19:46:36 -0800
commitfc21830e6b904c8d156adebb793da0b6a51b7d5c (patch)
tree8a2094007ce30cc10627f68f19c2b2e71cd67bd2 /src/com/android/launcher3/IconCache.java
parentaa4011e63ed3a226e2876850fd93e7eec01f8845 (diff)
downloadandroid_packages_apps_Trebuchet-fc21830e6b904c8d156adebb793da0b6a51b7d5c.tar.gz
android_packages_apps_Trebuchet-fc21830e6b904c8d156adebb793da0b6a51b7d5c.tar.bz2
android_packages_apps_Trebuchet-fc21830e6b904c8d156adebb793da0b6a51b7d5c.zip
Normalizing app icons based on the standard icon guidelines
Bug: 18245189 Change-Id: Iaadcddbe3f966733a13b2e1fb60ba09a8b3aef9a
Diffstat (limited to 'src/com/android/launcher3/IconCache.java')
-rw-r--r--src/com/android/launcher3/IconCache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/IconCache.java b/src/com/android/launcher3/IconCache.java
index a77332fd6..2675d2735 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 = 7;
+ private final static int DB_VERSION = 8;
private final static String TABLE_NAME = "icons";
private final static String COLUMN_ROWID = "rowid";