Commit bab856bc authored by topjohnwu's avatar topjohnwu

Move biometric settings higher in the list

parent 3d285b91
...@@ -78,6 +78,12 @@ ...@@ -78,6 +78,12 @@
android:key="superuser" android:key="superuser"
android:title="@string/superuser"> android:title="@string/superuser">
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="su_biometric"
android:title="@string/settings_su_biometric_title"
android:summary="@string/settings_su_biometric_summary" />
<ListPreference <ListPreference
android:entries="@array/su_access" android:entries="@array/su_access"
android:entryValues="@array/value_array" android:entryValues="@array/value_array"
...@@ -117,12 +123,6 @@ ...@@ -117,12 +123,6 @@
android:key="su_notification" android:key="su_notification"
android:title="@string/superuser_notification" /> android:title="@string/superuser_notification" />
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="su_biometric"
android:title="@string/settings_su_biometric_title"
android:summary="@string/settings_su_biometric_summary" />
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:defaultValue="false" android:defaultValue="false"
android:key="su_reauth" android:key="su_reauth"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment