Re: [android-developers] Is it possible to access text messages to back up as they are received?

2013-12-16 Thread Daniel Chacon
ok, thanks now to find some time during the holidays to play around with this app. On Thu, Dec 12, 2013 at 9:30 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 12, 2013 at 8:46 AM, Daniel Chacon cuban...@gmail.com wrote: Would I use the SmsManager and SmsMessage api calls? Never used

Re: [android-developers] Is it possible to access text messages to back up as they are received?

2013-12-12 Thread Daniel Chacon
Would I use the SmsManager and SmsMessage api calls? Looks like it is what I need, thank you On Wed, Dec 11, 2013 at 8:40 PM, TreKing treking...@gmail.com wrote: On Wed, Dec 11, 2013 at 8:04 PM, Dan Cha cuban...@gmail.com wrote: im wondering if there is a way I can build a app for myself to

Re: [android-developers] Is it possible to access text messages to back up as they are received?

2013-12-12 Thread TreKing
On Thu, Dec 12, 2013 at 8:46 AM, Daniel Chacon cuban...@gmail.com wrote: Would I use the SmsManager and SmsMessage api calls? Never used those facilities, but strictly based on the name, sure seems like a good place to start.

[android-developers] Is it possible to access text messages to back up as they are received?

2013-12-11 Thread Dan Cha
Im not using any 3rd party app for my text, but I do use one to back up my text before I delete them, so im wondering if there is a way I can build a app for myself to access my text, when I send or receive a text, the message is backed up and within a certain period of time its removed from

Re: [android-developers] Is it possible to access text messages to back up as they are received?

2013-12-11 Thread TreKing
On Wed, Dec 11, 2013 at 8:04 PM, Dan Cha cuban...@gmail.com wrote: im wondering if there is a way I can build a app for myself to access my text, when I send or receive a text, the message is backed up and within a certain period of time its removed from my phone. Yes, this is possible.