[android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-24 Thread AJ
Kantesh you got it right :) - AJ On Mar 24, 7:14 am, Kantesh kantesh@gmail.com wrote: Hi mike,  u r telling about the limitation made by network operators, but Aj is about  where his framework limiting it. On Mar 24, 2:50 am, AJ ajeet.invinci...@gmail.com wrote: Hi Mike I think

Re: [android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-23 Thread Mark Murphy
AJ wrote: Hi Mark, Thanks for the reply I am also using the same what you written. But in my device it is limited to only 200 characters. I checked the code and verified the result again. Intent intent = new Intent(Intent.ACTION_SEND); intent.setType(text/plain);

[android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-23 Thread AJ
ok thanks Mark, I will try to find in the source code. Is sure that some limit would be there to such intents? Thanks AJ On Mar 23, 11:10 pm, Mark Murphy mmur...@commonsware.com wrote: AJ wrote: Hi Mark, Thanks for the reply I am also using the same what you written. But in my device

[android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-23 Thread AJ
So any guesses where can I check this limit for SMS application? Thanks AJ On Mar 23, 11:17 pm, Mark Murphy mmur...@commonsware.com wrote: AJ wrote: ok thanks Mark, I will try to find in the source code. Is sure that some limit would be there to such intents? I am fairly sure there is

Re: [android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-23 Thread Mark Murphy
AJ wrote: So any guesses where can I check this limit for SMS application? You could try going back in the revision history of the ComposeMessageActivity. Or, just try it in a few emulator images and see when your behavior changes. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-23 Thread mike
Er, um, isn't SMS limited to 160 chars? Mike On 03/23/2010 02:08 PM, AJ wrote: Hi Mark, Thanks for the reply I am also using the same what you written. But in my device it is limited to only 200 characters. I checked the code and verified the result again. Intent intent = new

[android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-23 Thread AJ
Hi Mike I think you misunderstood. I am just talking about limitation of sending text to SMS through Intent ACTION_SEND. I am not talking about how the SMS is sending the message. Thanks AJ On Mar 23, 11:25 pm, mike enervat...@gmail.com wrote: Er, um, isn't SMS limited to 160 chars? Mike

[android-developers] Re: Is this the limitation of Intent.ACTION_SEND

2010-03-23 Thread Kantesh
Hi mike, u r telling about the limitation made by network operators, but Aj is about where his framework limiting it. On Mar 24, 2:50 am, AJ ajeet.invinci...@gmail.com wrote: Hi Mike I think you misunderstood. I am just talking about limitation of sending text to SMS through Intent