Refreshing widget list when a package containing a widget changes

Bug: 20698931
Change-Id: I50bafac1fc0a855edb1ace633a8a6f87a5c3040e
This commit is contained in:
Sunny Goyal
2015-08-11 13:56:28 -07:00
parent a1ee659e74
commit 2d648b057f
3 changed files with 39 additions and 14 deletions

View File

@@ -105,7 +105,7 @@ public class WidgetPreviewLoader {
* sizes (landscape vs portrait).
*/
private static class CacheDb extends SQLiteOpenHelper {
private static final int DB_VERSION = 3;
private static final int DB_VERSION = 4;
private static final String TABLE_NAME = "shortcut_and_widget_previews";
private static final String COLUMN_COMPONENT = "componentName";