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">
|
2013-01-10 05:06:56 +00:00
|
|
|
<CheckBoxPreference android:defaultValue="false"
|
2014-11-04 14:19:48 +00:00
|
|
|
android:key="pref_toggle_push_messaging"
|
|
|
|
android:title="@string/preferences__use_data_channel"
|
|
|
|
android:summary="@string/preferences__use_the_data_channel_for_communication_with_other_textsecure_users"/>
|
2012-07-20 02:23:49 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_sms_mms"
|
|
|
|
android:title="@string/preferences__sms_mms"/>
|
2012-07-20 02:23:49 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_notifications"
|
|
|
|
android:title="@string/preferences__notifications"/>
|
2012-07-20 02:23:49 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_app_protection"
|
|
|
|
android:title="@string/preferences__app_protection"/>
|
2014-02-26 21:15:45 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_appearance"
|
|
|
|
android:title="@string/preferences__appearance"/>
|
2014-02-23 23:12:40 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_storage"
|
|
|
|
android:title="@string/preferences__delete_old_messages"/>
|
2014-02-26 07:11:00 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_advanced"
|
|
|
|
android:title="@string/preferences__advanced"/>
|
2011-12-20 18:20:44 +00:00
|
|
|
</PreferenceScreen>
|