Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了一个Android应用程序。我想用Viber发送短信(如果已安装)。可能吗?
谢谢。
您可以使用相关键启动 Viber 包的意图,并将文本作为附加包中的附加内容。
编辑
例如,这将启动无线设置活动。
startActivity( new Intent( Settings.ACTION_WIRELESS_SETTINGS ) );
如果您选择 Action Viber 支持(如果有),则应该启动它。
本站提供 Viber API。
测试它。
http://viberapi.ir/