开发者

How to bring application to foreground when SMS is received in Android

开发者 https://www.devze.com 2023-02-05 19:21 出处:网络
I have an application in android which receives SMS in a specific port. When my application is not running or it is running in background, how can i get the application to foreground and receive the S

I have an application in android which receives SMS in a specific port. When my application is not running or it is running in background, how can i get the application to foreground and receive the SMS automatically? Currently it is not receiving an SMS when it is in background. The SMS is only received by the native Messages application.

Also I want to use sendOrderedBroadcast because my messages should not be stored in native message inbox. So, i have to use sendOrderedBroadcast. Does anyone开发者_StackOverflow中文版 have an example code for how to do this?

Thanks in advance


Read this I think can help you... http://android-journey.blogspot.com/2010/01/android-braodcast-receivers.html

0

精彩评论

暂无评论...
验证码 换一张
取 消