Android Send mail Application -
use following send mail application in android
sending email in android using javamail api without using default/built-in app
, got warning 10-07 17:58:22.762: info/sslsocketfactory(925): using factory org.apache.harmony.xnet.provider.jsse.opensslsocketfactoryimpl@4007ed70 10-07 17:58:23.063: debug/nativecrypto(925): ssl_op_no_sslv3 set 10-07 17:58:23.573: info/global(925): default buffer size used in bufferedoutputstream constructor. better explicit if 8k buffer required. 10-07 17:58:23.573: info/global(925): default buffer size used in bufferedinputstream constructor. better explicit if 8k buffer required. 10-07 17:58:24.172: info/global(925): default buffer size used in bufferedreader constructor. better explicit if 8k-char buffer required.
please me find solution
to set buffer size (the default 8k
).
i use like:
//( set 2k in case) bufferedreader in = new bufferedreader(inputstream, 2*1024);
then not android warning , save memory hope.
Comments
Post a Comment