commit | 04a324afb7309fcf65cfa45420616a094031f20f | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Fri Jan 20 21:08:59 2017 -0800 |
committer | Sunny Goyal <sunnygoyal@google.com> | Mon Jan 23 10:54:30 2017 -0800 |
tree | 29f60d0ca321539af4bfeaa97b22ffbd12a2b88b | |
parent | 0e452ecfdb88566ce96f139d4157ab34552d5e4b [diff] [blame] |
Adding WidgetAddFlowHandler to handle widget addition and configuration. This will allow us to override the implementation and provide custom logic for widget addition. Bug: 33584624 Change-Id: I310bf39e301c7e1c8de4f62456594535e2fe5bbc
diff --git a/src/com/android/launcher3/LauncherAppWidgetInfo.java b/src/com/android/launcher3/LauncherAppWidgetInfo.java index b68a64b..285a93c 100644 --- a/src/com/android/launcher3/LauncherAppWidgetInfo.java +++ b/src/com/android/launcher3/LauncherAppWidgetInfo.java
@@ -76,7 +76,7 @@ * Identifier for this widget when talking with * {@link android.appwidget.AppWidgetManager} for updates. */ - int appWidgetId = NO_ID; + public int appWidgetId = NO_ID; public ComponentName providerName;