I've used public domain Base64 encoder which is available here (in case of licensing issues):
http://iharder.sourceforge.net/current/java/base64/ It is very lightweight (single class), customizable and full featured. -- Best regards, Pawel On Dec 22, 7:26 am, joebowbeer <[email protected]> wrote: > I also wonder. The android.util package description mentions base64 > decoders, but doesn't include one: > > http://code.google.com/p/android/issues/detail?id=902 > > On Dec 21, 8:57 pm, jax <[email protected]> wrote: > > > I need to use Base64.decodeBase64 in my application, I had to download > > and include it myself into my project from apache commons. > > > Why is this not included in the default Android base system? Are > > there some weird licensing issues with this function or is it hidden > > somewhere else under a different name? > > > thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

