Skip to content

Android support

Long Tran edited this page Mar 20, 2018 · 1 revision

JavaSteam aims to to fully support the Android platform. This inherently comes with a few problems that might cause crashes. If you're an Android developer using this library feel free to report any issues you run into. If you're contributing to this repository read through this list to keep the library compatible with Android.

  • Use the CryptoHelper.SEC_PROV as the security provider whenever you need to get a Cipher instance.
  • Don't use named groups in regex as older versions of Android (<23) don't support it.
Clone this wiki locally