在android中的快捷方式中的图标设置

时间:2015-12-30 14:53:21

标签: android json android-drawable shortcut url-parameters

一般情况下创建应用程序的快捷方式图标:

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。我该怎么办?

0 个答案:

没有答案