且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何与特定的朋友打开VKontakte应用程序?

更新时间:2022-06-22 02:15:52

开发者的答案是下一个:

The answer from developer is next:

是的,它是通过相同的方式完成的:

Yes, it's done the same way:

final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(String.format("vkontakte://profile/%d", friendId)));

如果需要打开社区,请使用相同的URL,但在社区ID中添加减号.

If you need to open a community, use the same URL but add the minus sign to the community ID.

在此处回答的问题