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

Commit d05988a0 authored by Pavel Grafov's avatar Pavel Grafov Committed by android-build-merger
Browse files

Merge "Move work profile notification settings to the bottom." into pi-dev am: d174ceb2

am: 35b901c9

Change-Id: I50c2899490f8250a11759b37fbd83095561bc433
parents 95f340df 35b901c9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -40,9 +40,12 @@
        android:summary="@string/lockdown_settings_summary"
        settings:controller="com.android.settings.security.LockdownButtonPreferenceController"/>

    <!-- Work profile settings are at the bottom with high order value to avoid users thinking that
         any of the above settings (including dynamic) are specific to the work profile. -->
    <PreferenceCategory
        android:key="security_setting_lock_screen_notif_work_header"
        android:title="@string/profile_section_header">
        android:title="@string/profile_section_header"
        android:order="1000">

        <com.android.settings.RestrictedListPreference
            android:key="security_setting_lock_screen_notif_work"