From 7b168a1bb94044d9ae11004bae18beba9eed46fd Mon Sep 17 00:00:00 2001 From: Anjali Koppal Date: Tue, 4 Mar 2014 17:16:11 -0800 Subject: Make classes that extend ItemInfo public. Also follow up on changes in ag/418520, adding Views to those method params. Change-Id: I93e0a3b30d10b969d1903a2f227f6744d709e89a --- src/com/android/launcher3/ShortcutInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/launcher3/ShortcutInfo.java') diff --git a/src/com/android/launcher3/ShortcutInfo.java b/src/com/android/launcher3/ShortcutInfo.java index 79d114c06..13e3ef216 100644 --- a/src/com/android/launcher3/ShortcutInfo.java +++ b/src/com/android/launcher3/ShortcutInfo.java @@ -31,7 +31,7 @@ import java.util.ArrayList; /** * Represents a launchable icon on the workspaces and in folders. */ -class ShortcutInfo extends ItemInfo { +public class ShortcutInfo extends ItemInfo { /** * The intent used to start the application. -- cgit v1.2.3