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

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

View File

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