move synchronous encryption into activity, and preserve checkbox state

This commit is contained in:
Vincent Breitmoser
2015-05-27 22:33:14 +02:00
parent fed0e7db8d
commit 8dc9773c1e
6 changed files with 42 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/check_use_symmetric"
android:title="@string/label_symmetric"
android:checkable="true" />
</menu>