[android-beginners] Re: How to disable sms notification?

2009-09-15 Thread Yusuf Saib (T-Mobile USA)
If all you want to do is intercept some SMS messages meant for your app, you can do that in Android. One tutorial that explains how is here: http://mobiforge.com/developing/story/sms-messaging-android Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this em

[android-beginners] Re: How to disable sms notification?

2009-09-14 Thread zhy
You can change the Mms at packages/apps/Mms. Or write your BroadcastReceiver. when received sms, cancel the notification. 在 2009-09-09三的 13:08 +0800,Henry Shang写道: > I'm trying to use my own app to handle one incoming message > with some specific characters in it. And I don't want the system's

[android-beginners] Re: How to disable sms notification?

2009-09-09 Thread Justin Anderson
AFAIK, this is not possible. It would be up to the user to turn off notifications from whatever SMS app they use. I have used the default, ChompSMS and HandcentSMS... Both Chomp and Handcent tell you to go to the default app and turn off notifications in the settings there so you don't get dupli