SDK reference · Android SDK

Licenses

The Android SDK is proprietary software. Copyright 2026 Incode Technologies. All rights reserved. Its binary also includes some open-source components, used under the licenses identified below. Each entry lists a copyright notice and the component's source. For adapted snippets, the entry lists an author name instead of a copyright notice. Every section ends with a link to the full license text.


Apache License Version 2.0

These components are included in the SDK binary under the Apache License, Version 2.0:

Component Copyright Source
BitmapUtils.getTransformationMatrix() 2015 The TensorFlow Authors. All rights reserved. https://github.com/tensorflow/tensorflow;
file: tensorflow/tools/android/test/jni/
object_tracking/ImageUtils.java
BlurTransformation 2020 Wasabeef https://github.com/wasabeef/glide-transformations
ObservableTransformers 2016-2019 David Karnok https://github.com/akarnokd/RxJavaExtensions
ObservableValve 2016-2019 David Karnok https://github.com/akarnokd/RxJavaExtensions
PageIndicatorView 2017 Roman Danylyk https://github.com/romandanylyk/PageIndicatorView;
incorporated files: commons/ui/page_indicator_view/
PhoneNumberFormattingTextWatcher 2008 The Android Open Source Project https://android.googlesource.com/
SignatureView: touchStart, touchMove, touchUp, and TOUCH_TOLERANCE portions 2017 Google Inc. https://github.com/google-developer-training/android-advanced;
file: CanvasExample/MyCanvasView.java
slide_in_right and slide_out_left animations 2007 The Android Open Source Project https://android.googlesource.com/

Full license text: https://www.apache.org/licenses/LICENSE-2.0


BSD 3-Clause License

The SDK binary includes one component under the BSD 3-Clause License. This license requires you to reproduce the copyright notice, list of conditions, and disclaimer verbatim in any documentation or materials you distribute. If your app includes an "Open Source Licenses" screen, include the notice below to meet this requirement.

SQLCipher for Android: net.zetetic:sqlcipher-android

Source: https://github.com/sqlcipher/sqlcipher-android Upstream license file: https://github.com/sqlcipher/sqlcipher-android/blob/master/LICENSE

Copyright notice, conditions, and disclaimer

Copyright (c) 2008-2024 ZETETIC LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted if the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of the ZETETIC LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

Disclaimer:

THIS SOFTWARE IS PROVIDED BY ZETETIC LLC ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ZETETIC LLC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Creative Commons Attribution-ShareAlike 3.0 (CC BY-SA 3.0)

These code snippets come from Stack Overflow answers, published under the Creative Commons Attribution-ShareAlike 3.0 Unported License:

Component Author Source
CustomTypefaceSpan Weston https://stackoverflow.com/a/9800616
IOUtils.getIPAddress() Rüdiger Herrmann https://stackoverflow.com/a/13007325
NfcScanBottomSheet.onCreateDialog(): handles back-press and cancel-on-touch-outside behavior Not listed https://stackoverflow.com/questions/60067397/how-to-disable-back-button-on-second-bottom-sheet-dialog
ViewExtensions.isOverlapping(): detects overlapping views Not listed https://stackoverflow.com/questions/26252710/detect-if-views-are-overlapping

Full license text: https://creativecommons.org/licenses/by-sa/3.0/legalcode


MIT License

These components are included in the SDK binary under the MIT License:

Component Copyright Source
Marked: a Markdown parser 2011-2024 Christopher Jeffrey https://github.com/markedjs/marked
OtpView 2019 Aabhas Jindal https://github.com/aabhasr1/OtpView;
incorporated files: commons/ui/otp/
Sentry: portions used 2018 Sentry and individual contributors https://github.com/getsentry/sentry-java;
incorporated files: IncodeSentry, IncodeSentryHubAdapter, UncaughtExceptionHandlerIntegration, SentryUtils

Full license text: https://opensource.org/licenses/MIT

Was this page helpful?