Normalizing app icons based on the standard icon guidelines

Bug: 18245189
Change-Id: Iaadcddbe3f966733a13b2e1fb60ba09a8b3aef9a
This commit is contained in:
Sunny Goyal
2015-09-17 14:59:10 -07:00
parent aa4011e63e
commit fc21830e6b
4 changed files with 261 additions and 8 deletions

View File

@@ -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";