mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<PreferenceCategory android:key="media_download" android:title="@string/preferences_autocrypt">
|
|
<Preference android:key="pref_send_autocrypt_setup_message"
|
|
android:title="@string/preferences_autocrypt__send_asm"/>
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
android:defaultValue="true"
|
|
android:key="pref_prefer_e2ee"
|
|
android:title="@string/preferences_autocrypt__prefer_e2ee"/>
|
|
</PreferenceCategory>
|
|
|
|
<PreferenceCategory android:layout="@layout/preference_divider_explain_autocrypt"/>
|
|
|
|
<PreferenceCategory android:key="media_download" android:title="@string/preferences_other">
|
|
<Preference android:key="pref_backup"
|
|
android:title="@string/preferences__backup"
|
|
android:summary="@string/preferences_chats__backup_chats_to_external_storage"/>
|
|
|
|
<Preference android:key="pref_manage_keys"
|
|
android:title="@string/preferences__manage_keys"/>
|
|
|
|
<Preference android:key="pref_view_log"
|
|
android:title="@string/preferences__view_log"/>
|
|
</PreferenceCategory>
|
|
</PreferenceScreen>
|