We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46b50e commit 3434c22Copy full SHA for 3434c22
1 file changed
app/src/main/res/xml/root_preferences.xml
@@ -1,14 +1,7 @@
1
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
2
xmlns:app="http://schemas.android.com/apk/res-auto">
3
4
- <PreferenceCategory>
5
- <Preference
6
- app:icon="@drawable/ic_baseline_info_24"
7
- app:key="pref_warning_restart"
8
- app:enabled="false"
9
- app:singleLineTitle="false"
10
- app:title="@string/warning_pls_restart" />
11
- </PreferenceCategory>
+ <PreferenceCategory app:title="@string/warning_pls_restart" app:icon="@drawable/ic_baseline_info_24"/>
12
13
<!-- Custom repos has been announced, check https://github.com/Fox2Code/FoxMagiskModuleManager/issues/131 -->
14
<PreferenceCategory app:title="@string/pref_category_repos">
0 commit comments