So basically, you are trying to build a messenger app that uses SMS as a
transport layer but doesn't affect other SMS apps?  Try investigating the
use of a data SMS rather than the usual text.
On Mar 31, 2015 5:50 PM, "Dan Cha" <cuban...@gmail.com> wrote:

> So im working or playing around with sending text/sms from within our app
> as well as receiving replies. We will have the app on both ends(sender and
> receiver devices)
> But right now just prelim testing the messages are sent but they are
> showing up as text within the default text app on the phone.
>
> So even though our app sent the message a copy shows up in the default
> text app as sent.
>
> I have this in the manifest
>         <receiver android:name=".SMSBReceiver" >
>             <intent-filter android:priority="999" >
>                 <action
> android:name="android.provider.Telephony.SMS_RECEIVED" />
>             </intent-filter>
>         </receiver>
>
> But as soon as the message is sent, its received in the default app. How
> can we configure or code our app to send and receive within itself and not
> affect the other text app?
>
> Basically we want to contain the text within the app, anything initiated
> within the app is only to show up in the app and no other sms app on the
> devices.
>
> Is this possible? We dont want copies of the text also showing up in the
> users default text app.
>
> thank you
>
> Now with that said, if someone sends a actually text from outside the app,
> then it should end up where it normally does for the user.
>
> Hopefully that makes sense.
>
> thank you
>
> --
> 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 unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to