Move root access preference down into other category
This commit is contained in:
parent
54ce7a07a6
commit
63b0bbd120
@ -18,9 +18,6 @@
|
||||
android:maxLength="2"
|
||||
android:numeric="integer"
|
||||
android:title="@string/update_history" />
|
||||
<CheckBoxPreference android:title="@string/root_installer"
|
||||
android:defaultValue="false"
|
||||
android:key="rootInstaller" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/display">
|
||||
<CheckBoxPreference android:title="@string/showPermissions"
|
||||
@ -53,5 +50,8 @@
|
||||
<CheckBoxPreference android:title="@string/expert"
|
||||
android:defaultValue="false"
|
||||
android:key="expert" />
|
||||
<CheckBoxPreference android:title="@string/root_installer"
|
||||
android:defaultValue="false"
|
||||
android:key="rootInstaller" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
Loading…
x
Reference in New Issue
Block a user