Crypto (WIP)
This commit is contained in:
parent
e80d63336d
commit
94059ad623
@ -85,4 +85,6 @@ dependencies {
|
|||||||
implementation "androidx.camera:camera-extensions:${camerax_version}"
|
implementation "androidx.camera:camera-extensions:${camerax_version}"
|
||||||
|
|
||||||
implementation 'com.google.protobuf:protobuf-javalite:3.24.3'
|
implementation 'com.google.protobuf:protobuf-javalite:3.24.3'
|
||||||
|
|
||||||
|
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,12 @@
|
|||||||
android:paddingTop="10dp"
|
android:paddingTop="10dp"
|
||||||
android:paddingBottom="10dp" />
|
android:paddingBottom="10dp" />
|
||||||
|
|
||||||
|
<androidx.appcompat.widget.SwitchCompat
|
||||||
|
android:id="@+id/settings_enable_encryption"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/enable_encryption" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.SwitchCompat
|
<androidx.appcompat.widget.SwitchCompat
|
||||||
android:id="@+id/settings_enable_intro_video"
|
android:id="@+id/settings_enable_intro_video"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
Loading…
Reference in New Issue
Block a user