Bump version of IconDB to roll out the new work profile badge
BUG: 73815682 Change-Id: Ia4311f4a9f7adb7795138ecaf909b7f8a9b8ec4d
This commit is contained in:
committed by
Tony Mak
parent
8565924e27
commit
749ff51a66
@@ -785,7 +785,7 @@ public class IconCache {
|
||||
}
|
||||
|
||||
private static final class IconDB extends SQLiteCacheHelper {
|
||||
private final static int RELEASE_VERSION = 20;
|
||||
private final static int RELEASE_VERSION = 21;
|
||||
|
||||
private final static String TABLE_NAME = "icons";
|
||||
private final static String COLUMN_ROWID = "rowid";
|
||||
|
||||
Reference in New Issue
Block a user