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