[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 email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.



On Sep 13, 8:57 pm, zhy scott@gmail.com wrote:
 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
  default sms notifications to show up.

  How can I do this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 
 default sms notifications to show up. 
 
 
 How can I do this?
 
  


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 duplicate
notifications.

Even if you could programmatically turn off the notifications for the
default app, you would have to find a way to turn off notifications for all
3rd party apps as well...


--
There are only 10 types of people in the world...
Those who know binary and those who don't.
--


On Wed, Sep 9, 2009 at 6:17 PM, Henry Shang xiuyuansh...@gmail.com wrote:



 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
 default sms notifications to show up.

 How can I do this?


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---