Make all fields of ItemInfo public.

Change-Id: Iaf99aa125634a467616eedd0888a0affa08d79bd
This commit is contained in:
Anjali Koppal
2014-03-17 09:34:39 -07:00
parent e04e8b2a14
commit e3e646e1f0
3 changed files with 13 additions and 13 deletions

View File

@@ -92,7 +92,7 @@ public class ShortcutInfo extends ItemInfo {
itemType = LauncherSettings.BaseLauncherColumns.ITEM_TYPE_SHORTCUT;
}
protected Intent getIntent() {
public Intent getIntent() {
return intent;
}