commit | 7b168a1bb94044d9ae11004bae18beba9eed46fd | [log] [tgz] |
---|---|---|
author | Anjali Koppal <akoppal@google.com> | Tue Mar 04 17:16:11 2014 -0800 |
committer | Anjali Koppal <akoppal@google.com> | Tue Mar 04 17:16:11 2014 -0800 |
tree | e9d9379bda914fc252291c9453c008388bd056e8 | |
parent | 10acea596e3752d1eab693fd34209767e991c92d [diff] [blame] |
Make classes that extend ItemInfo public. Also follow up on changes in ag/418520, adding Views to those method params. Change-Id: I93e0a3b30d10b969d1903a2f227f6744d709e89a
diff --git a/src/com/android/launcher3/LauncherAppWidgetInfo.java b/src/com/android/launcher3/LauncherAppWidgetInfo.java index 28df90f..950828e 100644 --- a/src/com/android/launcher3/LauncherAppWidgetInfo.java +++ b/src/com/android/launcher3/LauncherAppWidgetInfo.java
@@ -23,7 +23,7 @@ /** * Represents a widget (either instantiated or about to be) in the Launcher. */ -class LauncherAppWidgetInfo extends ItemInfo { +public class LauncherAppWidgetInfo extends ItemInfo { /** * Indicates that the widget hasn't been instantiated yet.