标签: android android-activity broadcastreceiver mms
收到彩信后,我正在使用活动获取彩信附件。我为此完成了MMS监听器,它将调用活动,该活动将使用getContentResolver()来获取附件。我希望活动在后台运行,而不向用户显示空UI。无论如何要做到这一点?
getContentResolver()
答案 0 :(得分:1)
您将需要使用服务来实现这一目标。它基本上是一个没有视图的活动。请查看以下链接以获取更多信息。
http://developer.android.com/guide/topics/fundamentals/services.html