[android-developers] Re: Is It Possible to get Nottification

2009-08-04 Thread Mak
Maybe you will better post links, that are not as old as this and where the code is up to date and running. On 22 Jul., 17:04, iPaul Pro mr.paulbu...@gmail.com wrote: http://davanum.wordpress.com/2007/12/15/android-listen-for-incoming-s... The first link seems to be a better one.

[android-developers] Re: Is It Possible to get Nottification

2009-08-04 Thread Desu Vinod Kumar
Is It possible for email.../ i got for SMS . 1. if (bundle != null) { 2. SmsMessage[] messages = Telephony.Sms.Intents.getMessagesFromIntent(intent); 3. for (int i = 0; i lt; messages.length; i++) { 4. SmsMessage message =

[android-developers] Re: Is It Possible to get Nottification

2009-07-22 Thread iPaul Pro
http://stackoverflow.com/questions/1126625/how-can-i-query-the-number-of-unread-sms-in-android/1128301#1128301 On Jul 22, 9:49 am, android.vinny vinny.s...@gmail.com wrote: HI Is it Possible to get the Notification when we get the Ne meessage or New mail or anr SMS OR MMS like that is it