2

我是一个新的 android 程序员,我想编写一个应用程序,当用户选择一条短信时,该消息会发送到我的应用程序。我知道我必须像这样为我的应用程序编写一个意图过滤器

<intent-filter >
     <action android:name="android.intent.action.PICK"/>
     <category android:name="android.intent.category.DEFAULT" />
     <data android:mimeType="text/plain"/>
</intent-filter>

任何人都可以帮助我吗?

4

1 回答 1

0

您可以阅读消息并发送。

这是一个示例链接。阅读短信

于 2013-11-05T10:34:54.683 回答