|
11 | 11 |
|
12 | 12 | <PreferenceCategory |
13 | 13 | app:title="@string/pref_category_general"> |
14 | | - <SwitchPreferenceCompat |
15 | | - app:defaultValue="false" |
16 | | - app:key="pref_show_incompatible" |
17 | | - app:icon="@drawable/ic_baseline_hide_source_24" |
18 | | - app:title="@string/show_incompatible_pref" |
19 | | - app:summary="@string/show_incompatible_desc" |
20 | | - app:singleLineTitle="false" /> |
21 | | - |
22 | 14 | <SwitchPreferenceCompat |
23 | 15 | app:defaultValue="false" |
24 | 16 | app:key="pref_use_magisk_install_command" |
|
27 | 19 | app:summary="@string/use_magisk_install_command_desc" |
28 | 20 | app:singleLineTitle="false" /> |
29 | 21 |
|
| 22 | + <SwitchPreferenceCompat |
| 23 | + app:defaultValue="false" |
| 24 | + app:key="pref_disable_low_quality_module_filter" |
| 25 | + app:icon="@drawable/ic_baseline_warning_24" |
| 26 | + app:title="@string/disable_low_quality_module_filter_pref" |
| 27 | + app:summary="@string/disable_low_quality_module_filter_desc" |
| 28 | + app:singleLineTitle="false" /> |
| 29 | + |
30 | 30 | <SwitchPreferenceCompat |
31 | 31 | app:defaultValue="true" |
32 | 32 | app:key="pref_dns_over_https" |
|
77 | 77 | </PreferenceCategory> |
78 | 78 |
|
79 | 79 | <PreferenceCategory app:title="@string/pref_category_security"> |
| 80 | + <SwitchPreferenceCompat |
| 81 | + app:defaultValue="false" |
| 82 | + app:key="pref_show_incompatible" |
| 83 | + app:icon="@drawable/ic_baseline_hide_source_24" |
| 84 | + app:title="@string/show_incompatible_pref" |
| 85 | + app:summary="@string/show_incompatible_desc" |
| 86 | + app:singleLineTitle="false" /> |
80 | 87 | <!-- Note: Lockdown mode used to be called showcase mode --> |
81 | 88 | <SwitchPreferenceCompat |
82 | 89 | app:defaultValue="false" |
|
93 | 100 | app:title="@string/prevent_reboot_pref" |
94 | 101 | app:summary="@string/prevent_reboot_desc" |
95 | 102 | app:singleLineTitle="false" /> |
96 | | - |
97 | | - <SwitchPreferenceCompat |
98 | | - app:defaultValue="false" |
99 | | - app:key="pref_disable_low_quality_module_filter" |
100 | | - app:icon="@drawable/ic_baseline_warning_24" |
101 | | - app:title="@string/disable_low_quality_module_filter_pref" |
102 | | - app:summary="@string/disable_low_quality_module_filter_desc" |
103 | | - app:singleLineTitle="false" /> |
104 | 103 | </PreferenceCategory> |
105 | 104 |
|
106 | 105 | <PreferenceCategory |
|
0 commit comments