kagali-san
kagali-san

Reputation: 3082

Android: SMS receiver broadcast intent is triggered by unread sms'es at each reboot / at next SMS in chain

A schrödinbug appeared on one of my projects, where an Android application reportedly started to behave wrong on S4 running Hangouts (much like in Android. Error. Pop SMS notification after reboot).

I think this may be a common problem; so what are good ideas for filtering duplicate SMS broadcasts on Android?

Upvotes: 0

Views: 112

Answers (1)

cowboi-peng
cowboi-peng

Reputation: 803

http://developer.android.com/about/versions/android-4.4.html#SMS

I think this api will help you with the SMS part of Android.

Upvotes: 1

Related Questions