Re: [android-developers] Making an apk exclusively receive an SMS

2011-06-20 Thread Fred Niggle
Just a quick suggestion, but why not get the app to delete the sms
after its processed it?

Regards,
Fred.

On 20/06/2011, Karthik  wrote:
> Hello-
> Our app processes SMS'es meant for it.  However, such SMS'es are also
> picked up by other SMS-based apps.  And in this case, such SMS-based
> apps would display the SMS message meant for our app in clear text,
> and we don't want that to be seen.
> So, is there a way to exclusively send an SMS to an apk?  Our app has
> the highest priority for handling SMS'es, but obviously, there can be
> other apps that do the same.  Does Android implement a port concept
> (as in J2ME), where an app can listen to SMS'es meant for it on it's
> specific port?
> Rgds.
> -karthik
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

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


Re: [android-developers] Making an apk exclusively receive an SMS

2011-06-20 Thread Mark Murphy
On Mon, Jun 20, 2011 at 2:58 PM, Karthik  wrote:
> So, is there a way to exclusively send an SMS to an apk?

Not really.

> Does Android implement a port concept
> (as in J2ME), where an app can listen to SMS'es meant for it on it's
> specific port?

No, sorry.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2

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


[android-developers] Making an apk exclusively receive an SMS

2011-06-20 Thread Karthik
Hello-
Our app processes SMS'es meant for it.  However, such SMS'es are also
picked up by other SMS-based apps.  And in this case, such SMS-based
apps would display the SMS message meant for our app in clear text,
and we don't want that to be seen.
So, is there a way to exclusively send an SMS to an apk?  Our app has
the highest priority for handling SMS'es, but obviously, there can be
other apps that do the same.  Does Android implement a port concept
(as in J2ME), where an app can listen to SMS'es meant for it on it's
specific port?
Rgds.
-karthik

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