Expose storage access framework option

This commit is contained in:
Brian Pellin
2016-11-03 22:52:39 -05:00
parent 5d5b03fd95
commit d31f47284d
3 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
KeePassDroid (2.0.6.4)
* Expose Storage Access Framework option
KeePassDroid (2.0.6.3) KeePassDroid (2.0.6.3)
* Fix various crashes * Fix various crashes

View File

@@ -9,8 +9,8 @@ model {
applicationId = "com.android.keepass" applicationId = "com.android.keepass"
minSdkVersion.apiLevel = 3 minSdkVersion.apiLevel = 3
targetSdkVersion.apiLevel = 12 targetSdkVersion.apiLevel = 12
versionCode = 153 versionCode = 154
versionName = "2.0.6.3" versionName = "2.0.6.4"
testApplicationId = "com.keepassdroid.tests" testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "android.test.InstrumentationTestRunner" testInstrumentationRunner = "android.test.InstrumentationTestRunner"

View File

@@ -84,12 +84,10 @@
android:defaultValue="@bool/omitbackup_default" android:defaultValue="@bool/omitbackup_default"
android:title="@string/omitbackup_title" android:title="@string/omitbackup_title"
android:key="@string/omitbackup_key"/> android:key="@string/omitbackup_key"/>
<!--
<CheckBoxPreference <CheckBoxPreference
android:summary="@string/use_saf_summary" android:summary="@string/use_saf_summary"
android:defaultValue="@bool/saf_default" android:defaultValue="@bool/saf_default"
android:title="@string/use_saf_title" android:title="@string/use_saf_title"
android:key="@string/saf_key"/> android:key="@string/saf_key"/>
-->
</PreferenceScreen> </PreferenceScreen>
</PreferenceScreen> </PreferenceScreen>