如何从另一个 android 应用程序发送 whatsapp 消息? (但请参阅详细信息)

How to send whatsapp message from another android app? (see detail though)

我有一个应用程序,我们需要以下内容

这可能吗?我阅读的 post 使用户进入 whatsapp 并 select 用户将消息发送到。这是不可避免的吗?

正确。用户必须进入 whatsapp 和 select 用户才能将消息发送到。这是不可避免的。

https://faq.whatsapp.com/android/im-an-android-developer-how-can-i-integrate-whatsapp-with-my-app

If you want to pre-fill a message you can do so by using a custom URL scheme whatsapp://send?text=followed by the text to send or by setting an extra on the send intent sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send."); Both will allow the user to choose a contact, and pre-fill the input field with the specified text.