Hi Developers,

I want to disable SMS Notification programmatic means When a
particular text sms is received my default message application should
not show the notification for that message. I already checked two
ways

1) Using abortBroadcast() when that particular message arrives but
this works in Emulator not on Real device (Don't Know why) .

2) Changing the sharedPreference of the mms application where the
application use to check for key pref_key_enable_notifications is true
or not , if key is true then it is to show the notification.
Programmatic I changed that key to false but still notification is
being shown.


Help me in disabling the notification for sms.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to