Reusing the same bitmap and pixel array for shape detection

Bug: 76162466
Change-Id: I785d9b8673b2b8b0a56a146143b375c412e9322a
This commit is contained in:
Sunny Goyal
2018-04-30 09:20:58 -07:00
parent c2c907edec
commit 2e4596a448
2 changed files with 26 additions and 30 deletions

View File

@@ -780,7 +780,7 @@ public class IconCache {
}
private static final class IconDB extends SQLiteCacheHelper {
private final static int RELEASE_VERSION = 21;
private final static int RELEASE_VERSION = 22;
private final static String TABLE_NAME = "icons";
private final static String COLUMN_ROWID = "rowid";