зеркало из https://github.com/mozilla/pjs.git
Bug 746958 - Do not make duplicate home screen shortcuts r=mbrubeck a=blocking-fennec
This commit is contained in:
Родитель
e89aabbd0d
Коммит
4c5ce4a27b
|
@ -749,6 +749,10 @@ public class GeckoAppShell
|
|||
else
|
||||
intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, aURI);
|
||||
intent.putExtra(Intent.EXTRA_SHORTCUT_ICON, getLauncherIcon(aIcon));
|
||||
|
||||
// Do not allow duplicate items
|
||||
intent.putExtra("duplicate", false);
|
||||
|
||||
intent.setAction("com.android.launcher.action.INSTALL_SHORTCUT");
|
||||
GeckoApp.mAppContext.sendBroadcast(intent);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче