Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0d55dce authored by Chirayu Desai's avatar Chirayu Desai Committed by Ricardo Cerqueira
Browse files

Move Superuser header below Developer Options

Change-Id: Ica85aae0d3f06e6c5e837946cfc893d9e2f4fb7d
parent d9513f2a
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -224,13 +224,6 @@
    <header android:id="@+id/system_section"
        android:title="@string/header_category_system" />

    <!-- Superuser -->
    <header
        android:id="@+id/superuser"
        android:fragment="com.android.settings.cyanogenmod.superuser.PolicyNativeFragment"
        android:icon="@drawable/ic_action_permission"
        android:title="@string/superuser" />

    <!-- Date & Time -->
    <header
        android:id="@+id/date_time_settings"
@@ -259,6 +252,13 @@
        android:icon="@drawable/ic_settings_development"
        android:title="@string/development_settings_title" />

    <!-- Superuser -->
    <header
        android:id="@+id/superuser"
        android:fragment="com.android.settings.cyanogenmod.superuser.PolicyNativeFragment"
        android:icon="@drawable/ic_action_permission"
        android:title="@string/superuser" />

    <!-- Performance -->
    <header
        android:id="@+id/performance_settings"