一般情况下创建应用程序的快捷方式图标:
print (df['Body-Collocation'][1])
>>> <nltk.collocations.BigramCollocationFinder object at 0x113c47ef0>
但我想引入网络并使用intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,
Intent.ShortcutIconResource.fromContext(getActivity(), R.drawable.icon));
代替R.drawable.icon
。我该怎么办?