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

Commit 7cfd8e3c authored by Matt Pietal's avatar Matt Pietal
Browse files

Restore lockdown setting

This was removed in error while adding wallet/controls options in
ag/14353975

Bug: 190800943
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.display
Change-Id: Id73a584d7016cf1e649dcbceeba4e81aaa2370cc
parent dbd5c9cc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -45,6 +45,12 @@
            android:title="@string/owner_info_settings_title"
            android:summary="@string/owner_info_settings_summary" />

        <SwitchPreference
            android:key="security_setting_lockdown_enabled"
            android:title="@string/lockdown_settings_title"
            android:summary="@string/lockdown_settings_summary"
            settings:controller="com.android.settings.security.LockdownButtonPreferenceController" />

        <SwitchPreference
            android:key="lockscreen_privacy_wallet_switch"
            android:title="@string/lockscreen_privacy_wallet_setting_toggle"