2

Why import javax.security.sasl.Sasl; does not work with android ????

Amer
  • 69
  • 6
  • 1
    possible duplicate of [Is there SASL implementation that works on Android?](http://stackoverflow.com/questions/3327615/is-there-sasl-implementation-that-works-on-android) – CommonsWare Feb 21 '11 at 00:01

1 Answers1

0

It is not a portion of the sun jdk that the Google Android SDK team decided to provide. The supporting classes are probably a) a lower priority or b) sun proprietary.

Nick Campion
  • 10,479
  • 3
  • 44
  • 58