mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
default path to save attachments isn't an interaction preference. until
we have a "storage" toplevel preferences section, move it to misc
This commit is contained in:
parent
a4db299289
commit
ad46c5a22e
@ -231,11 +231,6 @@
|
|||||||
android:dialogTitle="@string/global_settings_confirm_actions_title"
|
android:dialogTitle="@string/global_settings_confirm_actions_title"
|
||||||
android:positiveButtonText="@android:string/ok"
|
android:positiveButtonText="@android:string/ok"
|
||||||
android:negativeButtonText="@android:string/cancel" />
|
android:negativeButtonText="@android:string/cancel" />
|
||||||
<Preference
|
|
||||||
android:persistent="false"
|
|
||||||
android:title="@string/settings_attachment_default_path"
|
|
||||||
android:key="attachment_default_path"
|
|
||||||
android:summary="- PATH - set by activty -"/>
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
@ -288,6 +283,11 @@
|
|||||||
android:title="@string/misc_preferences_attachment_title"
|
android:title="@string/misc_preferences_attachment_title"
|
||||||
android:summary="@string/misc_preferences_attachment_description" />
|
android:summary="@string/misc_preferences_attachment_description" />
|
||||||
|
|
||||||
|
<Preference
|
||||||
|
android:persistent="false"
|
||||||
|
android:title="@string/settings_attachment_default_path"
|
||||||
|
android:key="attachment_default_path"
|
||||||
|
android:summary="- PATH - set by activty -"/>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
|
Loading…
Reference in New Issue
Block a user