mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Expose storage access framework option
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user