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 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");
> > intent.putExtra(Intent.EXTRA_TEXT, "some very big
> > texxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxt");
> > _activity.startActivity(intent);
>
> > In my device the limit is 200 and in your device its 552. Its ok.
> > Anyway we can't send unlimited data to SMS through ACTION_SEND.
>
> > But I am curious to know where the limitation is being defined. So
> > that I can check that.
>
> I peeked at the source code and could not find your limit, before I ran
> the test myself. I ran the test on a Nexus One (Android 2.1).
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> _Android Programming Tutorials_ Version 2.0 Available!

-- 
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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to