Android 上的发件人号码和邮件正文

发布于 2024-12-20 15:33:44 字数 185 浏览 0 评论 0原文

我在使用套接字连接将消息数据发送到服务器电脑时遇到问题。

我所做的是建立一个 TCP 套接字连接,其中 PC 是我的服务器,android 手机是我的客户端。我能够交换数据。

我陷入困境 - 我在 Android 手机上收到一条消息,我想使用已连接到 PC 服务器的 TCP 连接将发件人号码和消息正文发送到 PC 服务器。

I have a problem sending my message data to my server pc using Socket connection.

What I have done is established a TCP socket connection where PC is my server and android phone is my client. I am able to exchange data.

I am stuck -- I get a message on my android phone and I want to send to the PC server the sender number and message body using my already connected TCP connection to the PC server.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巴黎盛开的樱花 2024-12-27 15:33:44

检查这个问题是如何完成的: Android - SMS Broadcast receive

基本上,您需要为您的应用提供所需的权限,然后构建并注册一个 BroadcastReceiver 对象,该对象将在消息到达时收到系统通知。

Check how it's done in this question: Android - SMS Broadcast receiver

Basically, you'll need to give your app the required permissions, and then build and register a BroadcastReceiver object, that will get notified by the system when a message arrives.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文