2011-12-20 18:20:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-01-07 05:38:36 +00:00
|
|
|
|
2011-12-20 18:20:44 +00:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2017-08-16 19:01:26 +00:00
|
|
|
|
2017-09-21 17:03:05 +00:00
|
|
|
<org.thoughtcrime.securesms.preferences.widgets.ProfilePreference
|
2017-08-16 19:01:26 +00:00
|
|
|
android:key="preference_category_profile"/>
|
|
|
|
|
2019-07-16 07:09:15 +00:00
|
|
|
<!-- <Preference android:key="preference_category_sms_mms"
|
2015-01-28 18:27:35 +00:00
|
|
|
android:title="@string/preferences__sms_mms"
|
2019-07-16 07:09:15 +00:00
|
|
|
android:icon="@drawable/ic_textsms_24dp"/> -->
|
2012-07-20 02:23:49 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_notifications"
|
2015-01-28 18:27:35 +00:00
|
|
|
android:title="@string/preferences__notifications"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_notifications_24dp"/>
|
2012-07-20 02:23:49 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_app_protection"
|
2015-06-09 14:37:20 +00:00
|
|
|
android:title="@string/preferences__privacy"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_security_24dp"/>
|
2014-02-26 21:15:45 +00:00
|
|
|
|
2019-07-16 07:09:15 +00:00
|
|
|
<!-- <Preference android:key="preference_category_appearance"
|
2015-01-28 18:27:35 +00:00
|
|
|
android:title="@string/preferences__appearance"
|
2019-07-16 07:09:15 +00:00
|
|
|
android:icon="@drawable/ic_brightness_6_24dp"/> -->
|
2014-02-23 23:12:40 +00:00
|
|
|
|
2015-08-24 22:24:31 +00:00
|
|
|
<Preference android:key="preference_category_chats"
|
|
|
|
android:title="@string/preferences__chats"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_forum_24dp"/>
|
2014-02-26 07:11:00 +00:00
|
|
|
|
2019-07-16 07:09:15 +00:00
|
|
|
<!-- <Preference android:key="preference_category_devices"
|
2016-02-11 16:27:30 +00:00
|
|
|
android:title="@string/preferences__linked_devices"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_laptop_24dp"/>
|
2015-06-20 05:02:10 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_advanced"
|
2015-01-28 18:27:35 +00:00
|
|
|
android:title="@string/preferences__advanced"
|
2019-07-16 07:09:15 +00:00
|
|
|
android:icon="@drawable/ic_advanced_24dp"/> -->
|
2015-06-09 14:37:20 +00:00
|
|
|
|
2019-06-05 06:45:12 +00:00
|
|
|
<Preference android:key="preference_category_public_key"
|
|
|
|
android:title="@string/activity_settings_share_public_key_button_title"
|
2019-07-16 23:45:20 +00:00
|
|
|
android:icon="@drawable/icon_share"/>
|
2019-06-05 06:45:12 +00:00
|
|
|
|
2019-08-23 01:00:07 +00:00
|
|
|
<Preference android:key="preference_category_qr_code"
|
|
|
|
android:title="@string/activity_settings_show_qr_code_button_title"
|
|
|
|
android:icon="@drawable/icon_qr_code"/>
|
|
|
|
|
2019-09-30 06:22:12 +00:00
|
|
|
<Preference android:key="preference_category_link_device"
|
2019-10-23 00:53:38 +00:00
|
|
|
android:title="Link Device"
|
2019-10-15 03:32:23 +00:00
|
|
|
android:icon="@drawable/icon_link"/>
|
2019-09-30 06:22:12 +00:00
|
|
|
|
2019-06-06 05:01:06 +00:00
|
|
|
<Preference android:key="preference_category_seed"
|
|
|
|
android:title="@string/activity_settings_show_seed_button_title"
|
2019-07-16 23:45:20 +00:00
|
|
|
android:icon="@drawable/icon_seedling"/>
|
2019-06-06 05:01:06 +00:00
|
|
|
|
2011-12-20 18:20:44 +00:00
|
|
|
</PreferenceScreen>
|