Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,13 @@ FIDO2 API is used for devices running Android N (API level 24) or newer.
## [File Locker Sample](https://github.com/android/security-samples/tree/master/FileLocker)

A sample that demonstrates how to use the Jetpack Security library to encrypt and decrypt files by
implementing a simple note taking app.
implementing a simple note taking app.

## ProGurad

```pro
# Protobuf
-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite {
<fields>;
}
```