Fix 2507267 - stack overflow when adding shortcut
Change-Id: Ife5bea443debd481854693b3924e72a04fb66f97
This commit is contained in:
parent
e075e1f106
commit
e74daedc3b
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue