|
7 | 7 | app:icon="@drawable/ic_baseline_extension_24" |
8 | 8 | app:title="@string/manage_repos_pref" |
9 | 9 | app:singleLineTitle="false" /> |
10 | | - </PreferenceCategory> |
11 | 10 |
|
12 | | - <PreferenceCategory |
13 | | - app:title="@string/pref_category_general"> |
14 | 11 | <SwitchPreferenceCompat |
15 | 12 | app:defaultValue="false" |
16 | | - app:key="pref_use_magisk_install_command" |
17 | | - app:icon="@drawable/ic_baseline_numbers_24" |
18 | | - app:title="@string/use_magisk_install_command_pref" |
19 | | - app:summary="@string/use_magisk_install_command_desc" |
| 13 | + app:key="pref_show_incompatible" |
| 14 | + app:icon="@drawable/ic_baseline_hide_source_24" |
| 15 | + app:title="@string/show_incompatible_pref" |
| 16 | + app:summary="@string/show_incompatible_desc" |
20 | 17 | app:singleLineTitle="false" /> |
21 | 18 |
|
22 | 19 | <SwitchPreferenceCompat |
|
28 | 25 | app:singleLineTitle="false" /> |
29 | 26 |
|
30 | 27 | <SwitchPreferenceCompat |
31 | | - app:defaultValue="true" |
32 | | - app:key="pref_dns_over_https" |
33 | | - app:icon="@drawable/ic_baseline_security_24" |
34 | | - app:title="@string/dns_over_https_pref" |
35 | | - app:summary="@string/dns_over_https_desc" |
| 28 | + app:defaultValue="false" |
| 29 | + app:key="pref_use_magisk_install_command" |
| 30 | + app:icon="@drawable/ic_baseline_numbers_24" |
| 31 | + app:title="@string/use_magisk_install_command_pref" |
| 32 | + app:summary="@string/use_magisk_install_command_desc" |
36 | 33 | app:singleLineTitle="false" /> |
37 | 34 | </PreferenceCategory> |
38 | 35 |
|
|
78 | 75 |
|
79 | 76 | <PreferenceCategory app:title="@string/pref_category_security"> |
80 | 77 | <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" |
| 78 | + app:defaultValue="true" |
| 79 | + app:key="pref_dns_over_https" |
| 80 | + app:icon="@drawable/ic_baseline_security_24" |
| 81 | + app:title="@string/dns_over_https_pref" |
| 82 | + app:summary="@string/dns_over_https_desc" |
86 | 83 | app:singleLineTitle="false" /> |
87 | 84 | <!-- Note: Lockdown mode used to be called showcase mode --> |
88 | 85 | <SwitchPreferenceCompat |
|
0 commit comments