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 | |
| 42 | <PreferenceCategory android:title="@string/trust_category_tools"> |
| 43 | |
| 44 | <org.lineageos.internal.lineageparts.LineagePartsPreference |
| 45 | android:key="privacy_guard_manager" /> |
| 46 | |
| 47 | <org.lineageos.internal.lineageparts.LineagePartsPreference |
| 48 | android:key="lineagestats" /> |
| 49 | </PreferenceCategory> |
| 50 | </PreferenceScreen> |