I have app that work good in Android < 4.4
What do app:
1) Receive SMS
2) Read SMS and check for spam
3) If not spam: don't Abort brodcast receiver, so Messaging receive this SMS, show notification and work well
If Spam - abord receiver
I change app for KitKat, now app:
1) Receive SMS as a default SMS app
2) Read and check
3) If spam - do nothing. Sms dont go to Messaging(Messaging still app for read and write SMS)
If not spam - i manually write sms to inbox via ContentResolver,
What i need: in 3) i need standard user experience - notification, sound and vibro from messaging. I can emulate vibro and sound, but manual created notification for messaging - is bad idea! Can i send SMS directly to Messaging in Android? Are exists other methods?
Any help will appreciate