Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 1 | <?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 Birg | 32bd769 | 2018-05-27 12:41:52 +0200 | [diff] [blame] | 42 | <PreferenceCategory |
| 43 | android:key="trust_category_tools" |
| 44 | android:title="@string/trust_category_tools"> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 45 | |
| 46 | <org.lineageos.internal.lineageparts.LineagePartsPreference |
| 47 | android:key="privacy_guard_manager" /> |
| 48 | |
| 49 | <org.lineageos.internal.lineageparts.LineagePartsPreference |
| 50 | android:key="lineagestats" /> |
Roman Birg | 32bd769 | 2018-05-27 12:41:52 +0200 | [diff] [blame] | 51 | |
| 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" /> |
Joey | 289d9e8 | 2018-06-30 22:50:45 +0200 | [diff] [blame] | 59 | </PreferenceCategory> |
Joey | 0c89e3d | 2018-06-13 11:20:44 +0200 | [diff] [blame] | 60 | |
Joey | 289d9e8 | 2018-06-30 22:50:45 +0200 | [diff] [blame] | 61 | <PreferenceCategory |
| 62 | android:key="trust_category_warnings" |
| 63 | android:title="@string/trust_notification_alerts_title"> |
Joey | 0c89e3d | 2018-06-13 11:20:44 +0200 | [diff] [blame] | 64 | |
Joey | 289d9e8 | 2018-06-30 22:50:45 +0200 | [diff] [blame] | 65 | <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" |
Joey | 0c89e3d | 2018-06-13 11:20:44 +0200 | [diff] [blame] | 77 | android:defaultValue="true" /> |
Joey | 8d100d3 | 2018-04-07 14:12:34 +0200 | [diff] [blame] | 78 | </PreferenceCategory> |
| 79 | </PreferenceScreen> |