fune/mobile/android/android-components/components/lib/dataprotect
Jonathan Almeida cb14a9e8e5 Bug 1883487 - Remove unused generateEncryptionKey function
This function is unused and can be a source of confusion to developers
if they use it with the wrong expectations.
2024-03-04 21:18:37 +00:00
..
src Bug 1883487 - Remove unused generateEncryptionKey function 2024-03-04 21:18:37 +00:00
build.gradle Bug 1849833 - Replace deprecated compileSdkVersion. 2023-09-11 06:36:20 +00:00
proguard-rules.pro [components] Issue https://github.com/mozilla-mobile/android-components/issues/681: Add empty "dataprotect" component shell. 2018-08-30 16:49:27 +02:00
README.md [components] Update repository information in README files. 2018-10-25 15:37:46 +02:00

Android Components > Libraries > Dataprotect

A component using AndroidKeyStore to protect user data.

Usage

Setting up the dependency

Use Gradle to download the library from maven.mozilla.org (Setup repository):

implementation "org.mozilla.components:lib-dataprotect:{latest-version}"

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/