add option to toggle self-encrypt for files

This commit is contained in:
Vincent Breitmoser
2018-03-05 13:54:31 +01:00
parent 3ea7eb3b2b
commit 285184d7c6
5 changed files with 57 additions and 1 deletions

View File

@@ -35,6 +35,12 @@
android:orderInCategory="1"
android:checkable="true" />
<item
android:id="@+id/check_enable_self_encrypt"
android:title="@string/label_enable_self_encrypt"
android:orderInCategory="1"
android:checkable="true" />
<item
android:id="@+id/check_encrypt_filenames"
android:title="@string/label_encrypt_filenames"