Fix 2507267 - stack overflow when adding shortcut

Change-Id: Ife5bea443debd481854693b3924e72a04fb66f97
This commit is contained in:
Joe Onorato 2010-03-11 12:32:24 -08:00
parent e075e1f106
commit e74daedc3b
1 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ public class LauncherModel extends BroadcastReceiver {
* doesn't have a Cursor, but
*/
public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context) {
return getShortcutInfo(manager, intent, context);
return getShortcutInfo(manager, intent, context, null, -1, -1);
}
/**