blob: b0723d82a1ee9551fc20dffa8fd86e805aa6834d [file] [log] [blame]
Joey8d100d32018-04-07 14:12:34 +02001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2018 The LineageOS Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
18
19 <org.lineageos.lineageparts.widget.WallOfTextPreference
20 android:icon="@drawable/ic_trust"
21 android:summary="@string/trust_header" />
22
23 <PreferenceCategory android:title="@string/trust_category_features">
24
25 <Preference
26 android:key="trust_selinux"
27 android:title="@string/trust_feature_selinux" />
28
29 <Preference
30 android:key="trust_root"
31 android:title="@string/trust_feature_root" />
32
33 <Preference
34 android:key="trust_security_patch"
35 android:title="@string/trust_feature_security_patches" />
36
37 <Preference
38 android:key="trust_encryption"
39 android:title="@string/trust_feature_encryption" />
40 </PreferenceCategory>
41
Roman Birg32bd7692018-05-27 12:41:52 +020042 <PreferenceCategory
43 android:key="trust_category_tools"
44 android:title="@string/trust_category_tools">
Joey8d100d32018-04-07 14:12:34 +020045
46 <org.lineageos.internal.lineageparts.LineagePartsPreference
47 android:key="privacy_guard_manager" />
48
49 <org.lineageos.internal.lineageparts.LineagePartsPreference
50 android:key="lineagestats" />
Roman Birg32bd7692018-05-27 12:41:52 +020051
52 <ListPreference
53 android:key="sms_security_check_limit"
54 android:defaultValue="30"
55 android:entries="@array/sms_security_check_limit_entries"
56 android:entryValues="@array/sms_security_check_limit_values"
57 android:summary="@string/sms_security_check_limit_summary"
58 android:title="@string/sms_security_check_limit_title" />
Joey289d9e82018-06-30 22:50:45 +020059 </PreferenceCategory>
Joey0c89e3d2018-06-13 11:20:44 +020060
Joey289d9e82018-06-30 22:50:45 +020061 <PreferenceCategory
62 android:key="trust_category_warnings"
63 android:title="@string/trust_notification_alerts_title">
Joey0c89e3d2018-06-13 11:20:44 +020064
Joey289d9e82018-06-30 22:50:45 +020065 <org.lineageos.lineageparts.widget.WallOfTextPreference
66 android:icon="@drawable/ic_info"
67 android:summary="@string/trust_warnings_alerts_intro" />
68
69 <SwitchPreference
70 android:key="trust_warning_selinux"
71 android:summary="@string/trust_warnings_selinux"
72 android:defaultValue="true" />
73
74 <SwitchPreference
75 android:key="trust_warning_keys"
76 android:summary="@string/trust_warnings_keys"
Joey0c89e3d2018-06-13 11:20:44 +020077 android:defaultValue="true" />
Joey8d100d32018-04-07 14:12:34 +020078 </PreferenceCategory>
79</PreferenceScreen>